gnomad-database

Query gnomAD's GraphQL API for allele frequencies and constraint scores.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill gnomad-database-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gnomad-database
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/gnomad-database
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill gnomad-database-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides access to the Genome Aggregation Database (gnomAD), enabling users to query population allele frequencies and gene constraint metrics for genetic variant interpretation.

Core Features & Use Cases

  • Variant Frequency Lookup: Determine if a genetic variant is common or rare across diverse populations.
  • Pathogenicity Assessment: Utilize allele frequencies and loss-of-function intolerance scores (pLI, LOEUF) to aid in variant classification.
  • Use Case: A researcher can use this Skill to check the allele frequency of a novel variant in the gnomAD database to assess its potential role in a rare disease.

Quick Start

Query gnomAD for variants in the gene BRCA1 using the gnomad_r4 dataset.

Frequently Asked Questions about gnomad-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query gnomAD for population allele frequencies of a genetic variant?

Query gnomAD for population allele frequencies by making requests through its GraphQL API to retrieve variant data across diverse populations. This Skill provides programmatic access to the gnomAD database for variant frequency lookup and pathogenicity assessment.

How does gene constraint scoring like pLI and LOEUF help with variant pathogenicity interpretation?

Gene constraint scores like pLI and LOEUF measure loss-of-function intolerance to aid variant pathogenicity interpretation. Genes with high constraint scores cannot tolerate loss-of-function variations, helping researchers identify potentially pathogenic variants in rare disease genetics.

Can I use Python and pandas to retrieve loss-of-function annotations from the gnomAD GraphQL API?

Yes, you can use Python with pandas to retrieve loss-of-function annotations from the gnomAD GraphQL API. This Skill utilizes the requests library for API calls and pandas for structuring the returned variant annotation and constraint data.

What is the best way to identify loss-of-function intolerant genes for rare disease genetics research?

Identify loss-of-function intolerant genes by querying the gnomAD database for gene constraint metrics. This Skill retrieves pLI and LOEUF scores, enabling researchers to pinpoint genes underlying rare diseases based on their intolerance to loss-of-function variation.

Does the gnomAD database GraphQL API support querying specific datasets like gnomad_r4 for variant frequencies?

Yes, the gnomAD GraphQL API supports querying specific datasets like gnomad_r4 for variant frequencies. Users can target specific reference datasets to retrieve accurate population allele frequencies and constraint scores for genes such as BRCA1.

What are the limitations of using gnomAD allele frequencies for variant classification?

gnomAD allele frequencies provide population context but do not independently determine variant classification. Pathogenicity assessment requires integrating gnomAD constraint scores and loss-of-function annotations with additional clinical evidence for accurate rare disease variant interpretation.