What problem does it solve?
gnomAD provides population frequencies and constraint scores, essential for accurate variant interpretation and gene-disease prioritization; this Skill exposes a ready-to-use interface for querying frequencies, constraint metrics, and per-population data.
Core Features & Use Cases
- GraphQL-based access to gnomAD datasets (gnomad_r4, gnomad_r4_genomes, gnomad_r3, gnomad_r2_1) and core metrics including af, ac, an, ac_hom, lof, and gnomad_constraint.
- Retrieve gene constraint scores (pLI, LOEUF) and variant-level data (af, ac, an, ac_hom, lof) across datasets.
- Support ancestry- and population-specific frequency analyses for population genetics and clinical assessment.
- Use Case: Prioritize candidate genes in rare disease studies by combining constraint metrics with observed LoF variants.
Quick Start
Query a gene's variants and constraint metrics from gnomAD using the GraphQL endpoint to fetch af, ac, an, and pLI/LOEUF values.