/GenABEL

:exclamation: This is a read-only mirror of the CRAN R package repository. GenABEL — genome-wide SNP association analysis. Homepage: http://www.genabel.org, http://forum.genabel.org,<U+000a>http://genabel.r-forge.r-project.org/ Report bugs for this package: http://r-forge.r-project.org/tracker/?group_id=505

Primary LanguageR

GenABEL

This is a fork of the CRAN R package repository, addapted to support datasets with more than 4M entries by loading a part of the variants.

Install

if(!require(devtools)) { 
   install.packages("devtools"); 
   library(devtools)
}

install_github("mmoisse/GenABEL")