fastLDSC relies on GWAS summary statistics to efficiently estimate heritability, genetic covariance, and environmental covariance. Unlike the original command-line implementation, fastLDSC utilizes optimized matrix operations and a C++ backend to significantly accelerate the block-jackknife estimation process. It supports both symmetric analysis (genetic correlation matrices) and rectangular modes (cross-trait analysis), enabling scalable multi-trait analysis for large-scale biobank data.
To install the latest version of the fastLDSC package from GitHub, run the following code in R:
library(devtools)
install_github("borangao/fastLDSC")See Tutorial for detailed documentation and examples.
All feedback, bug reports and suggestions are warmly welcomed! Please make sure to raise issues with a detailed and reproducible exmple and also please provide the output of your sessionInfo() in R!
Kirtikanth Kalapatapu, Lulu Shang#, Boran Gao#. fastLDSC: Scalable estimation of high-dimensional genetic and environmental covariance using LD score regression.
Please contact lshang@mdanderson.org or gao824@purdue.edu