Bacterial GWAS

One-Sentence Definition

Bacterial genome-wide association studies (GWAS) statistically link genetic variants — SNPs, accessory genes, k-mers — to phenotypes such as virulence, host range, or antibiotic resistance while accounting for strong population structure.

Simple Explanation

Compare hundreds of bacterial genomes and ask which DNA differences track with a trait, carefully correcting for the fact that related clones share many irrelevant mutations.

Detailed Scientific Explanation

Unit of associationTools / approaches
SNPs / unitigspyseer, bugwas
Gene presence/absenceScoary, pan-GWAS
k-mersDBGWAS, pyseer k-mer modes

Critical confounder: clonal population structure. Uncorrected tests light up entire lineages. Solutions include kinship matrices, linear mixed models, multidimensional scaling of distances, and phylogenetic concordance checks (Population Structure Confounding in Microbial ML, Population Structure and Clustering).

Power depends on phenotype accuracy, recombination rate, and sample diversity. Rare plasmid traits need large collections.

Mechanism

Encode genotypes → model phenotype ~ genotype + structure covariates → multiple-testing correction → validate hits in independent collections or functional assays.

Clinical Importance

Research Importance

  • Maps genotype–phenotype maps beyond candidate genes; integrates with Pangenome Analysis.

Diagnostic Relevance

  • Hits that replicate can become diagnostic markers (e.g., virulence alleles, resistance-associated accessory genes).

AMR Relevance

High — used to find novel AMR loci, epistasis, and lineage-specific resistance backgrounds.

Learning Aids

Clinical Example

Example

Case: 1,000 K. pneumoniae genomes; phenotype = hypervirulence (liver abscess).
Question: Why might a naive χ² test call hundreds of false genes?
Answer: Clonal structure — virulence plasmids concentrate in specific lineages; mixed models / phylogeny-aware GWAS required.

Active Recall Questions

  1. Why is population structure the main confounder?
  2. Gene presence/absence vs SNP GWAS — when prefer each?
  3. Name one bacterial GWAS tool.

Connections