LD Pruning¶
Definition
AI-generated
LD pruning selects a sparse subset of variants that are approximately linkage-disequilibrium–independent, usually by scanning the genome in windows and dropping SNPs that exceed an r² threshold with a retained “anchor” SNP.
Topics
URL
Why it matters in GWAS¶
Pruned SNP sets are used for principal components, genetic relationship matrices, and relatedness screens so that structure reflects shared ancestry rather than local LD; using correlated SNPs in those steps can distort distances and PCs.
Example usage¶
"LD Pruning structure informed clumping, fine-mapping, and interpretation of nearby association peaks."
Related terms¶
References¶
- PLINK 1.9 LD pruning: https://www.cog-genomics.org/plink/1.9/ld#indep
- PLINK 2.0: https://www.cog-genomics.org/plink/2.0/ld#indep
Last updated (UTC · Git history)