Description
Statistical Genetics Data Objects and Loaders.
Description
Loads and manages statistical genetics data objects including reference panels, genotypes, LD matrices, annotations, and summary statistics. Follows the 'statgen' specification for use across 'Python', 'R', and 'MATLAB'/'Octave' runtimes.
README.md
statgen R Package
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.
Installation
From GitHub (development)
# 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")
From CRAN (release)
install.packages("statgen")
Documentation
- Main statgen repository
- Package vignette:
vignette("statgen")