Skip to content

kbroman/lmmlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R/lmmlite - R port of pylmm

R-CMD-check zenodo DOI

Karl Broman (following the code in Nick Furlotte's pylmm)

In order to better understand pylmm, for linear mixed models for genome-wide association studies (GWAS), I wrote an R version of the algorithm.


Vignettes


Installation

You can install R/lmmlite from GitHub.

You first need to install the remotes pakcage.

install.packages("remotes")

Then use install_github() to install R/lmmlite.

library(remotes)
install_github("kbroman/lmmlite")

The Rcpp and RcppEigen packages will also be installed.


License

R/lmmlite is released under the GNU Affero GPL.

The code was developed following study of Nick Furlotte's pylmm code.

About

Simple port of pylmm: linear mixed models for GWAS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages