Skip to content

eeyangc/REMI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REMI

REMI is a regression with marginal information approach with applications in genome-wide association studies (GWAS).

Installation

To install the development version of REMI, it's easiest to use the 'devtools' package. Note that REMI depends on the 'Rcpp' package, which also requires appropriate setting of Rtools and Xcode for Windows and Mac OS/X, respectively.

#install.packages("devtools")
library(devtools)
install_github("gordonliu810822/REMI")

Usage

The 'REMI' vignette will provide a good start point for the genetic analysis using REMI package. The following help page will also provide quick references for REMI package and the example command lines:

library(REMI)
package?REMI

Reproducing Results of Huang et al. (2018)

All the simulation results can be reproduced by using the code at simulation. Before running simulation to reproduce the results, please familarize yourself with REMI using demo.R and 'REMI' vignette. Simulation results can be reproduced using simulation.R with a batch script batch_submit.txt. Then Figures 1 and 2 in Huang et al. (2018) can be reproduced using plotsInPaper.R.

In addition, we provide summary statistics data to produce results from the real data analysis. All summary statistics are stored in link. The solution path of NFBC data can be reproduced by running analysis_NFBC.R. For the analysis of ten traits in Figures 4 and 5, the results can be reproduced by running analysis_trait.R.

References

J. Huang, Y. Jiao, J. Liu and C. Yang. (2018) REMI: Regression with marginal information with applications in genome-wide association studies.

Development

This package is developed and maintained by Jin Liu (jin.liu@duke-nus.edu.sg).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 85.4%
  • R 14.4%
  • Rebol 0.2%