What problem does it solve?
Population genetics questions require looking up real allele frequencies and computing statistics like HWE chi-square, Fst, and inbreeding coefficients rather than guessing. This Skill combines ToolUniverse database tools (gnomAD, 1000 Genomes, GWAS Catalog, ClinVar, Ensembl VEP) with a bundled Python calculator to produce computed, evidence-backed answers for variant and population-level analyses.
Core Features & Use Cases
- Allele Frequency Lookup: Query gnomAD and 1000 Genomes for cross-population variant frequencies, resolving rsIDs to variant IDs and comparing ancestry groups.
- Population Genetics Computation: Run Hardy-Weinberg equilibrium tests, Weir-Cockerham Fst, inbreeding coefficients, and haplotype diversity estimates via PopGen tools or the fallback popgen_calculator.py script.
- Variant Interpretation: Assess pathogenicity using ClinVar, VEP consequences, CADD scores, gene constraint metrics (pLI, LOEUF), and GWAS associations.
- Use Case: Given a question about whether a SNP deviates from HWE in a sample of 175 genotypes, run the HWE chi-square test, get the p-value, and interpret heterozygote excess or deficit with biological reasoning.
Quick Start
Ask the agent to look up the allele frequencies of a variant like rs429358 across gnomAD populations and test whether the observed genotype counts are in Hardy-Weinberg equilibrium.