数据与复现临床医学与医药FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-clinical-databases-gnomad-frequencies

维护者 FreedomIntelligence · 最近更新 2026年4月1日

Query gnomAD for population allele frequencies to assess variant rarity. Use when filtering variants by population frequency for rare disease analysis or determining if a variant is common in the general population.

OpenClawNanoClaw分析处理复现实验bio-clinical-databases-gnomad-frequencies🧬 bioinformatics (gptomics bio-* suite)bioinformatics — clinical databases & variant analysisquery

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-clinical-databases-gnomad-frequencies

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • ht = hl.read_table('gs://gcp-public-data--gnomad/release/4.0/ht/exomes/gnomad.exomes.v4.0.sites.ht')。
  • rare_ht = ht.filter(ht.freq[0].AF < 0.01)。

原始文档

SKILL.md 摘录

gnomAD REST API

Goal: Retrieve exome and genome allele frequencies from gnomAD for individual variants.

Approach: Send a GraphQL query to the gnomAD API with variant ID and dataset version, then parse exome/genome frequency fields.

"Check how common this variant is in the population" → Query gnomAD for allele frequency, allele count, and homozygote count.

  • Python: GraphQL via requests.post() (requests)
  • Python: myvariant.MyVariantInfo().getvariant() (myvariant)

Query via myvariant.info

Goal: Retrieve gnomAD frequencies through the myvariant.info aggregation layer for simpler API access.

Approach: Query myvariant.info by HGVS notation with gnomAD fields specified, extracting exome and genome allele frequencies.

Population-Specific Frequencies

Goal: Retrieve ancestry-specific allele frequencies to assess variant rarity within relevant populations.

Approach: Query the gnomAD population-stratified AF fields (AFR, AMR, ASJ, EAS, FIN, NFE, SAS) via myvariant.info.

适用场景

  • 适合在filtering variants by population frequency ,用于 rare disease analysis 或 determining if variant is common in general population时使用。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

上游相关技能

  • myvariant-queries - Aggregated queries including gnomAD
  • variant-prioritization - Filter by frequency thresholds
  • population-genetics/population-structure - Population stratification analysis

相关技能

相关技能

返回目录
AR
数据与复现临床医学与医药

armored-cart-design-agent

Design armored CAR-T cells with cytokine payloads and resistance mechanisms.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AR
数据与复现临床医学与医药

arxiv-search

Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic sea…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AU
数据与复现临床医学与医药

autonomous-oncology-agent

Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis gene…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现临床医学与医药

bio-cfdna-preprocessing

Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看