CT-LDSC
Cross Trait Linkage Disequilibrium Score Regression (CT-LDSC)1 is an extension of Linkage Disequilibrium Score Regression (LDSC)2 that estimates genetic correlation.
Derivation
Data Generating Model
Recall that LDSC assumes a linear data-generating model. CT-LDSC assumes two linear data-generating models, one for each of two traits:
where:
- There are \(M \gg 0\) genetic variants.
- There are \(N_1 \gg 0\) individuals in the GWAS of trait 1 and \(N_2 \gg 0\) individuals in the GWAS of trait 2.
- There are \(N_s\) individuals included in both GWAS. Without loss of generality, assume these \(N_s\) individuals are listed first in the lists of participants in both studies.
- \(y_1\in \mathbb{R}^{N_1}\) and \(y_2 \in \mathbb{R}^{N_2}\) are the vectors of phenotypes for the GWAS of trait 1 and the GWAS of trait 2, respectively.
- \(Y\in\mathbb{R}^{N_1\times M}\) and \(Z\in\mathbb{R}^{N_2\times M}\) are the genotype matrices from the two GWAS, normalized to have columns with sample mean 0 and variance 1. \(Y_j\in\mathbb{R}^{N_1}\) and \(Z_j \in \mathbb{R}^{N_2}\) denote the \(j\)th columns of the two matrices.
- \(\beta,\gamma\in\mathbb{R}^M\) are the vectors of true per-variant genetic effect sizes for the two traits.
- \(Y\beta\in\mathbb{R}^{N_1}\) and \(Z\gamma\in\mathbb{R}^{N_2}\) are thus the vectors of genetic effects in the two GWAS.
- \(\epsilon\in\mathbb{R}^{N_1}\) and \(\delta\in\mathbb{R}^{N_2}\) are the vectors of non-genetic effects in the two GWAS.
We model \(Y,Z,\beta,\gamma, \delta,\epsilon\) as random variables with the following properties:
- Assumption (\(\ref{cov_delta_epsilon}\)) specifies that error is uncorrelated between GWAS, except for individuals who are participants both studies.
- Assumptions (\(\ref{var_beta}\)), (\(\ref{var_gamma}\)), and (\(\ref{cov_beta_gamma}\)) specify an isotropically polygenic architecture, analogous to the one used in LDSC.
- Assumptions (\(\ref{e_delta}\)), (\(\ref{e_beta}\)), (\(\ref{e_Y}\)), (\(\ref{e_Z}\)), and (\(\ref{y_z_var}\)) specify that the data has been pre-normalized. Here (\(\ref{e_Y}\)), (\(\ref{e_Z}\)), and (\(\ref{y_z_var}\)) elide the distinction between sample and population level normalization, which should only introduce minor error given the large sample size of a typical GWAS.
Furthermore, we assume the following relationships between the random variables, which are faily standard in linear data-generating models:
- The rows of \(Y\) and \(Z\) are mutually independent, except in the case that a row of \(Y\) and \(Z\) refer to the same individual (one of the \(N_s\) individuals present in both GWAS).
- The rows of \(Y\) and \(Z\) are identically distributed. That is, the two GWAS samples are drawn independently from the sample population.
- \(Y, \beta, \delta\) are all mutually independent, as are \(Z,\gamma, \epsilon\).
- \(\beta\) is independent of \(\epsilon\) and \(Z\), and \(\gamma\) is independent of \(\delta\) and \(Y\).
Note that this implies that the true genetic effects have mean zero:
and similarly, \(\mathbb{E}(Z\gamma)=0\).
Define the following quantities related to Linkage Disequilibrium (LD):
-
The LD between SNP \(j\) and SNP \(k\) is denoted by \(r_{jk}:=\mathbb{E}(Y_{i,j}Y_{i,k})=\mathbb{E}(Z_{q,j}Z_{qk})\), (which does not depend on the individuals \(i\) and \(q\) by our assumption that the rows of \(Y\) and \(Z\) are iid).
-
The LD score of a SNP \(j\) is defined to be \(l_j:= \sum_k r_{jk}^2\). It quantifies the magnitude of the dependence between \(j\) and other SNPs.
Genetic Covariance
First, let us compute the genetic covariances between the two phenotypes. Let \(X\in\mathbb{R}^M\) denote the genotype of an arbitrary individual. By definition, genetic covariance is:
Genetic Correlation
Note that the model (\(\ref{dg1},\ref{dg2}\)) is an extension of the model used in LDSC. By the derivation of LDSC, we have \(\mathbb{Var}(\sum_j X_j \beta_j)=h_1^2\) and \(\mathbb{Var}(\sum_j X_j \gamma_j)=h_2^2\).
The genetic correlation of the two traits can be computed as their genetic covariance divided by the square root of the product of their heritabilities:
Regression equation
Using the same logic as in derivation of LDSC, we approximate the Wald \(\chi^2\) statistics of a variant \(j\) in the two GWAS:
It follows that the corresponding z-statistics are:
Recall that in LDSC, the regression dependent variable was the Wald \(\chi^2\) statistic. In CT-LDSC, the regression dependent variable is the product of the \(z\)-statistics from the two GWAS. To derive the regression equation, we must estimate \(\mathbb{E}(z_{j,1}z_{j,2})\). By the Tower Law of Expectation (see Grimmett and Stirzaker pg.3363),
Evaluating the inner expectation,
where \(Q\in\mathbb{R}^{N_1\times N_2}\) and
Our goal is to derive an expression for the unconditional expectation of \(z_{j,1}z_{j,2}\). To achieve this, we take the expectation of both terms in \((\ref{cond_exp})\). First, we have
There are \(N_1N_2\) possible pairs of the indexes \(i\) and \(q\). For each such pair, there are two cases:
- Case 1: \(i\) and \(q\) refer to the same individual. There are \(N_s\) such index pairs. In this case we have
Where we have approximated the random variables as having a normal distribution, and used Isserlis's Theorem. Recall that we also used Isserlis's theorem at a similar point in the derivation of LDSC.
- Case 2: \(i\) and \(q\) refer to different individuals. There are \(N_1N_2-N_s\) such pairs.
Combining the two cases yields
Returning to the second term in \((\ref{cond_exp})\), we have that
by the assumption of independence of the genotypes of distinct individuals.
Substituting \((\ref{exp_prod_1})\) and \((\ref{exp_prod_2})\) into \((\ref{cond_exp})\) yields:
\((\ref{ct_ldsc_eqn})\) is the key regression equation in CT-LDSC.
Note on derivation
The derivation in the supplementary material to the original paper1 contains several typos and implicit approximations. In the version above, I have corrected typos and make approximations explicit.
-
Brendan Bulik-Sullivan, Hilary K Finucane, Verneri Anttila, Alexander Gusev, Felix R Day, Po-Ru Loh, ReproGen Consortium, Psychiatric Genomics Consortium, Genetic Consortium for Anorexia Nervosa of the Wellcome Trust Case Control Consortium 3, Laramie Duncan, and others. An atlas of genetic correlations across human diseases and traits. Nature Genetics, 47(11):1236–1241, 2015. URL: https://pmc.ncbi.nlm.nih.gov/articles/PMC4797329/. ↩↩
-
Brendan K Bulik-Sullivan, Po-Ru Loh, Hilary K Finucane, Stephan Ripke, Jian Yang, Nick Patterson, Mark J Daly, Alkes L Price, and Benjamin M Neale. LD Score regression distinguishes confounding from polygenicity in genome-wide association studies. Nature Genetics, 47(3):291–295, 2015. URL: https://pmc.ncbi.nlm.nih.gov/articles/PMC4495769/. ↩
-
Geoffrey Grimmett and David Stirzaker. Probability and Random Processes: Third Edition. Oxford university press, 2001. URL: https://www.amazon.ca/Probability-Random-Processes-3th-third/dp/B006QYQVTS. ↩