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