Skip to content

R package for retrospective variant-set testing for longitudinal traits in genome-wide association studies

License

Notifications You must be signed in to change notification settings

ZWang-Lab/LSRAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSRAT: Longitudinal variant-Set Retrospective Association Test

LSRAT is an R program that performs retrospective variant-set testing for longitudinal traits in GWA studies.

Installation Instructions:

Required software and packages

  1. R(http://www.r-project.org/)

  2. R Packages: snpStats, LBRAT, GENESIS, plyr, geepack, lme4, nlme, mvtnorm

  3. 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.

Install LSRAT on LUNIX or Mac OSX

git clone https://github.com/ZWang-Lab/LSRAT.git

R CMD INSTALL LSRAT

Alternatively, one can install it in R using the following code.

Install LSRAT in R

library(devtools)
devtools::install_github(repo = 'ZWang-Lab/LSRAT')

Usage instructions:

Details for functions and examples in the LSRAT are available in the manual (LSRAT-manual.pdf)

About

R package for retrospective variant-set testing for longitudinal traits in genome-wide association studies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages