Hardy-Weinberg Equilibrium (HWE)¶
Definition
AI-generated
Hardy-Weinberg equilibrium describes expected genotype frequencies (for a bi-allelic site: p^2, 2pq, q^2) under random mating, no selection, no mutation, and infinite population size.
Topics
Why it matters in GWAS¶
Strong HWE violation can indicate genotyping error, batch effects, or population structure; aggressive filtering in cases only can remove disease-associated variants.
Example usage¶
"We excluded SNPs with controls-only HWE p < 1e-6 in PLINK."
Related terms¶
References¶
- Wigginton JE, Cutler DJ, Abecasis GR. (2005). A note on exact tests of Hardy-Weinberg equilibrium. Am J Hum Genet.
- GWASTutorial: Genotype Data QC.
Last updated (UTC · Git history)