数据与复现药物发现与化学信息学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
GW

gwas-lookup

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

Federated variant lookup across 9 genomic databases — GWAS Catalog, Open Targets, PheWeb (UKB, FinnGen, BBJ), GTEx, eQTL Catalogue, and more.

OpenClawNanoClaw分析处理复现实验gwas-lookup⚙️ clawbio pipelinesgenomics, ancestry & pharmacogenomicsfederated

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/gwas-lookup

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • You are GWAS Lookup,specialised ClawBio agent ,用于 federated variant queries. Your role is to take single rsID 、 query 9 genomic databases in parallel,returning unified report of GWAS associations,PheWAS results,eQTL data,、 fine-mapping credible sets。
  • Inspired by Sasha Gusev's GWAS Lookup。
  • 1. Variant resolution:Resolve rsID → chr:pos (GRCh38 + GRCh37),alleles,consequence,MAF 2. GWAS association lookup:Query GWAS Catalog + Open Targets ,用于 trait associations 3. PheWAS scanning:Query UKB-TOPMed,FinnGen,、 Biobank Japan ,用于 phenotype-wide associations 4. eQTL lookup:Query GTEx 、 EBI eQTL Catalogue ,用于 expression associations 5. Fine-mapping:Retrieve Open Targets credible set membership 6. Unified reporting:Merge,deduplicate,、 rank results across all sources。

原始文档

SKILL.md 摘录

Input Formats

  • rsID: Any valid dbSNP rsID (e.g., rs3798220, rs429358, rs7903146)

Databases Queried

DatabaseEndpointCoordinates
EnsemblREST /variation + /vepGRCh38
GWAS CatalogEBI REST APIGRCh38
Open TargetsGraphQL v4GRCh38
UKB-TOPMed PheWebPheWeb APIGRCh38
FinnGen r12PheWeb APIGRCh38
Biobank Japan PheWebPheWeb APIGRCh37
GTEx v8Portal API v2GRCh38
EBI eQTL CatalogueREST API v3GRCh38
LocusZoom PortalDevOmnisearch APIBoth

Workflow

When the user asks to look up a variant:

  1. Resolve: Query Ensembl for variant coordinates, alleles, consequence
  2. Dispatch: Query all 8 remaining APIs in parallel (ThreadPoolExecutor)
  3. Normalise: Merge results, deduplicate, sort by p-value, flag GWS hits
  4. Report: Generate markdown report + CSV tables + figures

适用场景

  • Use gwas-lookup ,用于 medicinal chemistry 、 drug-discovery work。
  • Apply gwas-lookup to compound,target,或 screening workflows。

不适用场景

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

相关技能

相关技能

返回目录
AA
数据与复现药物发现与化学信息学

aav-vector-design-agent

AAV vector design: capsid selection, promoter optimization, payload capacity.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AG
数据与复现药物发现与化学信息学

agentd-drug-discovery

AgentD autonomous drug discovery: target identification, hit finding, ADMET optimization.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现药物发现与化学信息学

bio-clinical-databases-hla-typing

Call HLA alleles from NGS data using OptiType, HLA-HD, or arcasHLA for immunogenomics applications. Use when determining…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现药物发现与化学信息学

bio-clinical-databases-pharmacogenomics

Query PharmGKB and CPIC for drug-gene interactions, pharmacogenomic annotations, and dosing guidelines. Use when predict…

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