kegg-analysis
Multi-step KEGG bioinformatics workflows — pathway enrichment from gene lists, drug-target investigation, cross-species metabolic comparison, and co…
它会碰到什么
扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
KEGG Bioinformatics Analysis
This skill orchestrates multi-step biological analyses using the KEGG MCP server tools. It transforms raw gene lists, drug names, or pathway IDs into structured biological insights.
When to Use This Skill
- Performing pathway enrichment analysis on a gene list
- Investigating a drug's mechanism of action, targets, and interactions
- Comparing metabolic pathways across species
- Tracing compound-reaction networks
- Mapping genes to functional modules and ortholog groups
What This Skill Does
- Identifies the analysis type from the user's input (enrichment, drug, comparison, network)
- Resolves identifiers — maps gene symbols, drug names, or pathway IDs to KEGG entries
- Retrieves cross-linked data — follows relationships across KEGG databases
- Aggregates and ranks results — counts pathway hits, scores conservation, groups by function
- Synthesizes biological context — explains significance, not just IDs
How to Use
Pathway Enrichment
Analyze these genes for pathway enrichment in human: BRCA1, TP53, EGFR, KRAS, PIK3CA
Workflow:
search_genesfor each gene in the target organism (e.g., hsa)get_gene_infoto confirm identity and get KEGG gene IDsfind_related_entriesto get pathway associations per gene- Aggregate: count how many input genes map to each pathway
get_pathway_infofor top pathwaysrender_pathway_asciifor visual context- Report ranked pathways with p-value proxy (gene count / pathway size)
Drug Target Investigation
Investigate metformin: targets, pathways, and interactions
Workflow:
search_drugsto find the KEGG drug entryget_drug_infofor targets, classification, and metabolismsearch_genesfor each target genefind_related_entriesto get target pathwaysget_drug_interactionsfor DDI screening- Synthesize mechanism-of-action summary
Cross-Species Comparison
Compare glycolysis (map00010) between human, E. coli, and yeast
Workflow:
get_pathway_infofor organism-specific variants (hsa00010, eco00010, sce00010)get_pathway_genesfor each organismget_gene_orthologsto identify conserved vs. species-specific enzymesget_pathway_compoundsto compare metabolite poolsrender_pathway_asciifor each organism- Report conservation matrix and unique adaptations
Example
User: "What pathways are enriched in this gene set: SOD1, SOD2, CAT, GPX1, PRDX1?"
Output:
Pathway Enrichment Results (Homo sapiens)
Top Pathways:
1. hsa04146 Peroxisome (4/5 genes) — organelle for fatty acid oxidation and ROS detox
2. hsa04216 Ferroptosis (3/5 genes) — iron-dependent cell death regulated by GPX
3. hsa05022 Pathways of neurodegeneration (3/5 genes) — oxidative damage in ALS, AD, PD
4. hsa00480 Glutathione metabolism (2/5 genes) — GSH-dependent antioxidant system
Biological Context:
All 5 genes encode antioxidant enzymes. The enrichment in Peroxisome
and Ferroptosis pathways reflects their central role in reactive oxygen
species (ROS) detoxification. The neurodegeneration hit is consistent
with oxidative stress as a driver of SOD1-linked ALS.
Tips
- Provide organism context (human, mouse, E. coli) for faster resolution
- Use standard gene symbols — KEGG resolves HGNC symbols for human
- For large gene lists (>20), batch with
batch_entry_lookup(max 50 per call) - Cross-reference with
convert_identifiersto bridge UniProt, NCBI Gene, or PDB IDs - Use
find_related_entriesto discover unexpected connections between databases
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 3,470
本站分层T1
该仓技能数381
原文件路径
plugins/kegg-mcp-server/skills/kegg-analysis/SKILL.md