Agent skill · Databases

gnomad-database

Query gnomAD (Genome Aggregation Database) for population allele frequencies, variant constraint scores (pLI, LOEUF), and loss-of-function intolerance. Essential for variant pathogenicity interpretation, rare disease genetics, and identifying loss-of-function intolerant genes.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill gnomad-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/12-科学数据库/gnomad-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# gnomAD Database ## Overview The Genome Aggregation Database (gnomAD) is the largest publicly available collection of human genetic variation, aggregated from large-scale sequencing projects. gnomAD v4 contains exome sequences from 730,947 individuals and genome sequences from 76,215 individuals across diverse ancestries. It provides population allele frequencies, variant consequence annotations, and gene-level constraint metrics that are essential for interpreting the clinical significance of genetic variants. **Key resources:** - gnomAD browser: https://gnomad.broadinstitute.org/ - GraphQL API: https://gnomad.broadinstitute.org/api - Data downloads: https://gnomad.broadinstitute.org/downloads - Documentation: https://gnomad.broadinstitute.org/help ## When to Use This Skill Use gnomAD when: - **Variant frequency lookup**: Checking if a variant is rare, common, or absent in the general population - **Pathogenicity assessment**: Rare variants (MAF < 1%) are candidates for disease causation; gnomAD helps filter benign common variants - **Loss-of-function intolerance**: Using pLI and LOEUF scores to assess whether a gene tolerates protein-truncating variants - **Population-stratified

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. gnomAD GraphQL API
  5. 2. Querying Variants by Gene
  6. 3. Querying a Specific Variant
  7. 4. Gene Constraint Scores
  8. 5. Population Frequency Analysis
  9. 6. Structural Variants (gnomAD-SV)
  10. Query Workflows
  11. Workflow 1: Variant Pathogenicity Assessment
  12. Workflow 2: Gene Prioritization in Rare Disease
  13. Workflow 3: Population Genetics Research
  14. Best Practices
Ships with 2 files
  • references/graphql_queries.md
  • references/variant_interpretation.md
More from qinyan-academic-skills
All skills →
About this skill
What does the gnomad-database skill do?

Query gnomAD (Genome Aggregation Database) for population allele frequencies, variant constraint scores (pLI, LOEUF), and loss-of-function intolerance. Essential for variant pathogenicity interpretation, rare disease genetics, and identifying loss-of-function intolerant genes.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill gnomad-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going