Pathway¶
Use pathway commands to move from pathway names or IDs to genes, events, enrichment, and drug pivots.
Key boundaries:
- Search is multi-source across Reactome, KEGG, and WikiPathways.
- Exact title matches surface first across sources.
- KEGG base cards stay summary-only unless you explicitly request
genes. eventsand pathwayenrichmentare Reactome-only.allmeans all sections available for the resolved pathway source.
Search pathways¶
QUERY is required for normal pathway search. --top-level is the only queryless search mode.
biomcp search pathway "MAPK signaling" --limit 5
biomcp search pathway -q "Pathways in cancer" --limit 5
biomcp search pathway --top-level --limit 5
Get pathway records¶
Request pathway sections¶
Genes:
Contained events (Reactome only):
Gene-set enrichment (Reactome only):
All supported sections for the resolved source:
Helper commands¶
biomcp pathway drugs R-HSA-5673001 --limit 5
biomcp pathway drugs hsa05200 --limit 5
biomcp pathway articles R-HSA-5673001
biomcp pathway trials R-HSA-5673001
JSON mode¶
Practical tips¶
- Use
search pathwaywhen you know the label but not the stable ID. - Reach for Reactome IDs when you need
eventsor pathwayenrichment. - Use the helper commands when the next step is drug, article, or trial context rather than more pathway detail.