What problem does it solve?
It solves the problem of manually browsing and downloading KEGG pathway, gene, compound, drug, and interaction data by providing direct programmatic access to KEGG’s REST endpoints.
Core Features & Use Cases
- KEGG REST API operations via Python helpers: Perform end-to-end retrieval flows (info, list, find, get, convert IDs, link cross-references, and drug-drug interactions) for KEGG-specific workflows.
- Pathway and molecular data retrieval: Get pathway details in multiple formats (e.g., images, KGML, JSON for single entries; sequences for single genes/proteins; MOL/KCF for compounds).
- ID conversion and integration: Convert KEGG identifiers to external identifiers (e.g., UniProt, NCBI Gene IDs, PubChem, ChEBI) to connect KEGG outputs with broader bioinformatics pipelines.
- Use Case: Map a research target (e.g., TP53) to related KEGG pathways, retrieve pathway context, and integrate gene identifiers with external databases for downstream analysis and reporting.
Quick Start
Use the kegg-database skill to retrieve the KEGG entry for pathway ID hsa00010 as standard pathway text.