一键导入
pathway-report
Generate a pathway deep-dive report combining Reactome pathway data, member gene summaries, ClinVar variants, and PubMed literature
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a pathway deep-dive report combining Reactome pathway data, member gene summaries, ClinVar variants, and PubMed literature
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full clinical variant workup — gnomAD population frequency, ClinVar significance, protein domain impact, AlphaFold structure context, and PubMed literature
Compare a gene across multiple species — find orthologs, retrieve sequences, compute alignments, and summarize conservation
Druggability assessment — protein function, 3D structures, ligand-bound PDBs, binding sites, interaction network, disease associations, and literature
Functional analysis of a gene list — batch summaries, pathway mapping, protein interactions, tissue expression, and phenotype associations
Generate a comprehensive gene report by combining data from NCBI, Ensembl, UniProt, ClinVar, PDB, InterPro, STRING, and KEGG
Research session lab notebook — start, annotate, update, report, or check status
| name | pathway-report |
| description | Generate a pathway deep-dive report combining Reactome pathway data, member gene summaries, ClinVar variants, and PubMed literature |
Generate a comprehensive pathway deep-dive report for: $ARGUMENTS
Use the MCP tools available to you to gather data from all relevant sources, then synthesize a single structured report. Follow the steps below in order. If a step fails or returns no data, note the gap and continue — do not stop the report.
R-), call reactome_get_pathway with pathway_id set to that ID, with include_participants: true and include_hierarchy: true.reactome_get_pathway with query set to the input to search for matching pathways. Present the top hits and pick the most relevant one, then do a direct lookup with include_participants: true and include_hierarchy: true.From the Reactome data, extract:
batch_gene_summary with those gene symbols (taxon: human) to get brief summaries.uniprot_get_protein to get function descriptions and GO terms.string_get_interactions for each to see how pathway members interact. Focus on interactions between pathway members rather than external interactions.clinvar_search to find pathogenic/likely pathogenic variants.kegg_get_pathway with the pathway name or key gene to find the equivalent KEGG pathway (if any).pubmed_search with the pathway name to find recent relevant publications (limit: 10).Present the report in this structure:
Summary: [1-2 sentence pathway description]
Hierarchy: [Top-level pathway] > [Parent pathway] > [This pathway]
Compartments: [cellular locations]
Disease-associated: Yes/No
[Numbered list of child events, noting their type (Pathway vs Reaction)]
| Gene | Full Name | Function Summary |
|---|---|---|
| [Table of top 10 genes with brief descriptions] |
[Summary of how key pathway members interact, noting interaction scores and key hubs]
| Gene | Variant | Clinical Significance | Condition |
|---|---|---|---|
| [Table of significant ClinVar variants] |
Disease associations: [Summary of diseases linked to this pathway through variant data]
[KEGG pathway ID and name if found, plus any additional insights]
| # | Title | Year | Journal | PMID |
|---|---|---|---|---|
| [Table of top 5-8 relevant publications] |
[3-5 bullet points summarizing the most important findings: biological role, clinical significance, key genes, and any notable patterns]