What problem does it solve?
KEGG REST API access is essential for pathway analysis, gene-pathway mapping, and cross-database queries, but building robust workflows from scratch can be time-consuming. This Skill provides ready-made Python helpers and reference material to interact with KEGG's REST endpoints, enabling deterministic, reproducible access to pathway, gene, compound, and drug data.
Core Features & Use Cases
- REST API helpers: Functions to query KEGG info, lists, searches, data retrieval, conversions, links, and drug interactions.
- Workflow examples: Gene-to-pathway mapping, pathway enrichment context, and cross-database identifier conversions across organisms.
- Use Case: A researcher quickly fetches human pathway data and maps genes to KO groups for a comparative study.
Quick Start
Query KEGG data for a given gene to retrieve its associated pathways and return a concise summary.