PLINK¶
Definition
AI-generated
PLINK is a free, open-source command-line toolkit for large-scale genotype data: format conversion, quality control, linkage disequilibrium, principal components, relatedness, association testing, clumping, and related post-processing.
Topics
URL
Why it matters in GWAS¶
Many published pipelines and tutorials use PLINK flags and file conventions (e.g. .bed/.bim/.fam, --glm, --clump, --indep-pairwise, --make-king), so recognizing PLINK-specific terminology aids reproducing analyses and reading supplementary methods.
Example usage¶
"Genotypes were converted with PLINK 2, QC filters applied, and association tested with --glm including ancestry PCs as covariates."
Related terms¶
References¶
- Purcell S, et al. (2007). PLINK: a tool set for whole-genome association and population-based linkage analyses. Am J Hum Genet.
- Chang CC, et al. (2015). Second-generation PLINK: rising to the challenge of larger and richer datasets. Gigascience. https://doi.org/10.1186/s13742-015-0047-8
- PLINK 2.0 documentation: https://www.cog-genomics.org/plink/2.0/
Last updated (UTC · Git history)