nadiv
R package that constructs (non)additive genetic relationship matrices, and their inverses, from a pedigree to be used in linear mixed effect models (A.K.A. the 'animal model').
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
R package that constructs (non)additive genetic relationship matrices, and their inverses, from a pedigree to be used in linear mixed effect models (A.K.A. the 'animal model').
Basic Info
Statistics
- Stars: 23
- Watchers: 4
- Forks: 7
- Open Issues: 1
- Releases: 11
Metadata Files
README.md
nadiv
R package that constructs (non)additive genetic relationship matrices, and their inverses, from a pedigree to be used in linear mixed effect models (A.K.A. the 'animal model'). Also includes other functions to facilitate the use of animal models. Some functions have been created to be used in conjunction with the R package for ASReml software.
See the latest developments:
- nadiv NEWS page
Overview of main branches:
masterbranch is the most recent production version (typically the same as what is available from the R CRAN mirrors)develbranch is a preview of the next release which should be functional and error/bug free, but proceed with caution
To obtain nadiv:
From R:
- see the package page for the latest release of nadiv on CRAN where you can download the source.
- install the latest release of the package directly in R:
R install.packages("nadiv") - then select your favorite CRAN mirror
From GitHub:
- clone or download the latest development version here
- install the latest development version directly in R using the
remotespackage https://github.com/r-lib/remotes:R library(remotes); install_github("matthewwolak/nadiv", ref = "devel")
Owner
- Name: Matthew
- Login: matthewwolak
- Kind: user
- Location: Auburn, AL, USA
- Company: Auburn University
- Website: http://matthewwolak.github.io
- Repositories: 14
- Profile: https://github.com/matthewwolak
GitHub Events
Total
- Watch event: 5
Last Year
- Watch event: 5
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| matthew | m****k@g****m | 673 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 8
- Total pull requests: 29
- Average time to close issues: about 2 months
- Average time to close pull requests: 8 minutes
- Total issue authors: 6
- Total pull request authors: 1
- Average comments per issue: 3.25
- Average comments per pull request: 0.0
- Merged pull requests: 29
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- matthewwolak (3)
- matthewberryman (1)
- jhagberg (1)
- sameerjoshi23 (1)
- Ax3man (1)
Pull Request Authors
- matthewwolak (31)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 878 last-month
- Total dependent packages: 3
- Total dependent repositories: 6
- Total versions: 20
- Total maintainers: 1
cran.r-project.org: nadiv
(Non)Additive Genetic Relatedness Matrices
- Homepage: https://github.com/matthewwolak/nadiv
- Documentation: http://cran.r-project.org/web/packages/nadiv/nadiv.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 2.18.0
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- Matrix * depends
- R >= 3.6.0 depends
- MCMCglmm * enhances
- asreml * enhances
- graphics * imports
- methods * imports
- stats * imports
- parallel * suggests