fill.missing.N
is added in both the R version and the command line version. If NULL (default), the SNPs with missing N are removed. One of "median", "min" or "max" can be given so that the missing N will be filled accordingly. For example, "median" means the missing N are filled with the median N of the SNPs with available N.intercept.output
is added in the R version for those who are interested in. By setting intercept.output=TRUE
, the intercept terms estimates and se will be reported in estimates.df.b
is OR instead of log(OR).jackknife.df
is added. By setting jackknife.df=TRUE
, it allows to output the block-jackknife estimates of heritabilities, genetic covariance and genetic correlation. jackknife.df
.High-Definition Likelihood (HDL) is a likelihood-based method for estimating genetic correlation using GWAS summary statistics.
Compared to LD Score regression (LDSC), It reduces the variance of a genetic correlation estimate by about 60%.
Here, we provide an R-based computational tool HDL
to implement our method. Although HDL
is written in R,
you can use it with the command line. So no worry if you are not an R user.
In the wiki, we provide a detailed tutorial for the application of HDL
together with real examples.
gwas1.df
and gwas2.df
, which are two datasets including GWAS summary statistics of genetic variants for two traits. This page describes the format of summary statistics for HDL
, and how to perform data wrangling.
The eigenvalues and eigenvectors of LD matrices. For the European-ancestry population, we have computed the LD matrices and their eigen-decomposition from 336,000 Genomic British individuals in UK Biobank. You can download these pre-computed reference files following the instruction in the wiki.
A short presentation about the main ideas and results of HDL given at EMGM 2020 is available here from 37 to 49 minutes.
If you use the HDL software, please cite
For direct R documentation of HDL.rg
function, you can use a question mark in R:
?HDL.rg
Some bugs might have been reported and solved in the latest version of HDL
. Therefore, please make sure your HDL
has been updated to the latest version (see here for how to update HDL
).
If you have questions, you may find the FAQ page is helpful. If you want further discussion or still have questions, please feel free to email the maintainer of HDL
via xia.shen@ki.se.
Thank all of you who have supported this project or reported bugs! Special thanks to Dr. Paul RHJ Timmers (The University of Edinburgh) for his active bug reporting of early HDL versions.