Statistical genetics data objects and loaders for R. This package is part of the larger statgen repository, which also includes Python and MATLAB/Octave implementations.
# Install devtools if needed
if (!require("devtools")) install.packages("devtools")
# Install from the R-package directory
devtools::install()
# Or from the repository root
devtools::install("R-package")install.packages("statgen")- Main statgen repository
- Package vignette:
vignette("statgen")