Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.29 KB

index.md

File metadata and controls

29 lines (21 loc) · 1.29 KB

h2-GRE

h2-GRE is a software package implementing method for accurate estimation of SNP-heritability from biobank-scale data.

Estimating h2-GRE consists of the following steps, please click link for a tutorial for each part. In these tutorial, we are aiming to introduce each step. So for simplicity, the scripts are in sequential version, i.e., these scripts do not utilize the parallel computing on the cluster.

  1. Prepare the data.
  2. Perform GWAS (i.e. OLS regression) using individual level data.
  3. Compute chromosome-wide pseudoinverse of LD.
  4. Calculate h2-GRE.

We also prepare a step-by-step tutorial which demonstrate how we performed analyses on UK Biobank data (#individuals=337k, genome-wide #SNPs=600k, largest chromosome #SNPs=60k).

Details on each step can be also found in our paper.

Software requirement

  • python 3
  • python-fire
  • pysnptools
  • numpy
  • pandas
  • scipy
  • plink 1.9

References

Kangcheng Hou*, Kathryn S. Burch*, Arunabha Majumdar, Huwenbo Shi, Nicholas Mancuso, Yue Wu, Sriram Sankararaman & Bogdan Pasaniuc. "Accurate estimation of SNP-heritability from biobank-scale data irrespective of genetic architecture" [PDF]

Contact

  • Kangcheng Hou: kangchenghou at gmail dot com