Principal Component Analysis (PCA)¶
Definition
AI-generated
Principal component analysis finds orthogonal directions of maximum variance; in GWAS, PCA of genotypes (often after LD pruning and relatedness filtering) yields ancestry axes used as covariates or for visualizing population structure.
Topics
Why it matters in GWAS¶
Including leading principal components in regression reduces confounding from population stratification; PC-based QC also flags outliers and admixture.
Example usage¶
"Cross-cohort analyses modeled Principal Component Analysis (PCA) to improve transferability and reduce population-structure confounding."
Related terms¶
References¶
- Price AL, et al. (2006). Principal components analysis corrects for stratification in genome-wide association studies. Nat Genet.
- GWASTutorial: Sample PCA.
Last updated (UTC · Git history)