The primary method for connecting specific genetic markers to complex traits is the Genome-Wide Association Study (GWAS), which systematically scans the entire DNA sequence for single-nucleotide polymorphisms (SNPs) associated with a particular condition. GWAS has generated immense datasets, often containing millions of genetic markers and thousands of individuals, providing an unprecedented view into human biology. To accurately interpret these large-scale results and distinguish genuine biological signals from statistical noise, specialized computational methods are required. LD Score Regression (LDSR) is a statistical technique developed specifically to analyze and interpret the summary statistics—such as association test results and effect sizes—derived from these massive GWAS efforts.
The Inflation Problem in Genetic Studies
Interpreting the raw output of a GWAS is complicated by factors that can artificially inflate the significance of association signals. One major challenge is population stratification, which occurs when there are systematic differences in ancestry between the groups being compared in a study. If a trait, like height, is slightly different between two ancestral groups, and the frequency of a certain SNP also differs between those groups, the GWAS may incorrectly conclude that the SNP is associated with height, when the association is really an artifact of the population structure.
Another source of inflation comes from cryptic relatedness, where individuals in a study share distant genetic relationships that are unaccounted for in the initial analysis. Both population stratification and cryptic relatedness lead to inflated test statistics, meaning the p-values for many SNPs appear far more significant than they should be. This widespread inflation is quantified by the genomic inflation factor ($\lambda_{GC}$), which measures the overall degree to which observed test statistics exceed what is expected under the null hypothesis of no association.
A high genomic inflation factor obscures the distinction between true polygenic effects—where a trait is influenced by thousands of SNPs, each with a small effect—and spurious associations caused by bias. Traditional methods often over-correct for this inflation, potentially discarding real genetic discoveries alongside the noise. The inability to separate true genetic signal from systematic bias created a need for a method that could partition the observed inflation into its component causes.
What is Linkage Disequilibrium
The technical foundation of LD Score Regression lies in the concept of Linkage Disequilibrium (LD), which describes the non-random association of alleles at different positions on a chromosome. Markers that are physically close together are often inherited as a unit because recombination, the process that shuffles genetic material, is less likely to occur between them. This means that if a researcher measures one SNP, they are indirectly capturing information about all the other nearby SNPs it is correlated with.
The LD Score for any given SNP is a measure of how many other SNPs that marker is statistically associated with. Specifically, the LD Score is calculated as the sum of the squared correlation coefficients ($r^2$) between that SNP and every other SNP across the genome. A SNP with a high LD Score is a strong proxy, or “tag,” for a large genomic region, meaning it represents the genetic variation of many neighboring markers.
Conversely, a SNP with a low LD Score is relatively independent of its neighbors, representing a smaller, more isolated piece of the genome. This LD Score is calculated using a reference population, like the 1000 Genomes Project, and is entirely independent of the trait being studied. The magnitude of this score determines the likelihood that a SNP is tagging a true causal variant somewhere in its associated region, which forms the basis of the regression analysis.
The Concept of the Regression Line
LD Score Regression uses the LD Score to effectively disentangle true genetic signal from confounding bias. The method operates on the principle that a true polygenic signal is proportional to the LD Score, while confounding bias is not. A SNP that tags many other SNPs (high LD Score) is more likely to be near a causal variant and thus should exhibit a higher test statistic if the trait is truly polygenic.
The method performs a linear regression by plotting the GWAS test statistics (the observed $\chi^2$ value for each SNP) on the y-axis against the LD Score for that SNP on the x-axis. This plot produces a regression line that reveals the two main components of the observed inflation. The slope of this line represents the contribution of the true genetic signal to the test statistics; a steeper slope indicates a greater influence of polygenic effects on the trait.
The y-intercept of the regression line, where the LD Score is conceptually zero, captures the systematic bias—the inflation due to population stratification or cryptic relatedness. Because confounding factors affect all SNPs equally, regardless of how many neighbors they tag, this bias is constant across all LD Scores. By isolating the bias in the intercept, researchers can use the slope to obtain a much more accurate, bias-corrected estimate of the trait’s true genetic architecture. This separation allows for the analysis of GWAS data without requiring access to individual-level genetic data, relying only on the publicly available summary statistics.
Estimating Heritability and Genetic Relationships
The primary output of LD Score Regression is a robust, bias-free estimate of heritability. Heritability, in this context, refers to the proportion of variation in a trait within a population that can be attributed to common genetic factors, specifically the SNPs measured in the study. By isolating the true genetic signal in the regression slope and removing the confounding effects captured by the intercept, LDSR provides a more realistic measure of the overall genetic contribution to complex traits like body mass index or risk for schizophrenia.
This heritability estimate is considerably more reliable than those derived from methods that fail to account for the LD structure, providing a clearer picture of the trait’s underlying genetic basis. Beyond single-trait analysis, a powerful extension of the method, known as cross-trait LD Score Regression, allows researchers to calculate the genetic correlation ($r_g$) between two different traits. This is achieved by regressing the product of the test statistics from two separate GWAS against the LD Scores.
The genetic correlation measures the degree to which two traits share underlying genetic causes, even if they appear biologically distinct. For instance, LDSR has revealed a significant positive genetic correlation between educational attainment and schizophrenia, suggesting that the same set of common genetic variants influences both traits. This ability to quantify shared genetic architecture across seemingly unrelated phenotypes provides a powerful framework for understanding biological connections and identifying shared molecular pathways in disease.

