LSRAT is an R program that performs retrospective variant-set testing for longitudinal traits in GWA studies.
-
R Packages: snpStats, LBRAT, GENESIS, plyr, geepack, lme4, nlme, mvtnorm
-
PLINK 1.0 or 1.9 (https://www.cog-genomics.org/plink2)
Install the required R package before you install LSRAT package. Install the LSRAT using the following steps.
git clone https://github.com/ZWang-Lab/LSRAT.git
R CMD INSTALL LSRAT
Alternatively, one can install it in R using the following code.
library(devtools)
devtools::install_github(repo = 'ZWang-Lab/LSRAT')
Details for functions and examples in the LSRAT are available in the manual (LSRAT-manual.pdf)