Skip to content

AnqiWang2021/CoMM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoMM

Collaborative mixed model to dissecting genetic contributions to complex traits by leveraging regulatory information.

Installation

To install the development version of CoMM, 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/CoMM")

Usage

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

library(CoMM)
package?CoMM

Reproducing Results of Yang 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 CoMM using 'CoMM' vignette. Simulation results can be reproduced using simulation.R with a batch script nscc_sim.txt.

Reproducing Results of Yang et al. (2019)

The simulation results of CoMM-S2 can be reproduced by the code of file in the simulation. The introduction of usage of CoMM-S2 is in the 'CoMM' vignette, please refer to the code file of CoMM-S2 CoMM_ S2_ simulation_power.R and CoMM_ S2_ simulation_t1e.R in the vignette to reproduce the simulation results. The excel tables for the results of analysis of 14 GWAS summary statistics can be found at gene_significance4_centering_excel.zip

References

  1. Can Yangc, Xiang Wanc, Xinyi Lin, Mengjie Chen, Xiang Zhou, Jin Liu+. (2018) CoMM: a collaborative mixed model to dissecting genetic contributions to complex traits by leveraging regulatory information, Bioinformatics, 35(10), 1644–1652.
  2. Yi Yang, Xingjie Shi, Yuling Jiao, Jian Huang, Min Chen, Xiang Zhou, Lei Sun, Xinyi Lin, Can Yang, Jin Liu+. (2019) CoMM-S2: a collaborative mixed model using summary statistics in transcriptome-wide association studies, Bioinformatics, btz880.

Development

This package is developed and maintained by Yi Yang ([email protected]) and Jin Liu ([email protected]).

About

Collaborative Mixed Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.5%
  • R 21.5%