BED/BIM/FAM¶
Definition
AI-generated
BED/BIM/FAM is the classic PLINK 1 binary genotype trio: `.bed` stores sample-by-variant genotypes in compact binary form, `.bim` stores variant metadata, and `.fam` stores sample metadata.
Topics
Synonyms
URL
Why it matters in GWAS¶
Many QC, PCA, relatedness, and association workflows still begin from BED/BIM/FAM because the format is simple and broadly supported. Understanding which information lives in each companion file helps prevent sample-order, allele-label, and coordinate mismatches during conversion to VCF, BGEN, or PGEN.
Example usage¶
"We converted the cohort VCF to PLINK BED/BIM/FAM before sample QC, PCA, and KING kinship estimation."
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.
- PLINK 1.9 file format reference: https://www.cog-genomics.org/plink/1.9/formats
Last updated (UTC · Git history)