The goal of GENESIS is to analyze summary-level GWAS statistics and external linkage disequilibrium information to estimate common variants effect-size distributions, characterized by the proportion of underlying susceptibility SNPs and a flexible normal-mixture model for their effects. This package allows flexibility by considering a 2- or 3-component model, which respectively incorporate a single normal, or a mixture of two normal distributions, for specifying the effects of non-null SNPs. This package also allows users to make predictions regarding yield of future GWAS with larger sample sizes.
GENESIS software can be installed via Github. To install the latest version of GENESIS package via Github, run following commands in R:
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("yandorazhang/GENESIS")
The input GWAS summary statistics should contain 3 columns:
The input GWAS summary statistics are strongly recommended to do filtering before fitting to the model:
data(w_hm3.noMHC.snplist)
in R
.Please cite the following paper when you use GENESIS:
[Zhang, Yan, et al. "Estimation of complex effect-size distributions using summary-level statistics from genome-wide association studies across 32 complex traits." Nature genetics 50.9 (2018): 1318.] (https://www.nature.com/articles/s41588-018-0193-x)
Software Developer/Maintainer: Yan Zhang (yzhan284@jhu.edu or yandorazhang@gmail.com)