kegg-database

Query KEGG REST endpoints for pathway, gene, and compound data.

15|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/rubensliv/k-dense-ai --skill kegg-database-rubensliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kegg-database
Source: https://github.com/rubensliv/k-dense-ai/tree/main/scientific-skills/kegg-database
Command: npx skills add https://github.com/rubensliv/k-dense-ai --skill kegg-database-rubensliv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

KEGG REST data access enables researchers to programmatically retrieve pathways, genes, compounds, and cross-database links for reproducible analyses and rapid hypothesis testing.

Core Features & Use Cases

  • REST operations: info, list, find, get, conv, link, ddi to power autonomous data retrieval.
  • Workflow scenarios: fetch organism pathways, map genes to pathways, convert IDs across databases, and inspect drug interactions for research.
  • Use Case: Automate a workflow that gathers human pathways, maps a gene list to pathways, and exports a structured summary for downstream analysis.

Quick Start

Query KEGG REST endpoints via the provided Python helper to obtain pathway data or conversions in a reproducible script.

Frequently Asked Questions about kegg-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve KEGG pathway and gene data for academic research?

Retrieve KEGG pathway and gene data by querying KEGG REST endpoints through a Python helper, which executes HTTP requests to fetch specific biological sequences and mappings for academic research workflows.

Can I convert gene IDs across different bioinformatics databases using KEGG REST?

Yes, convert gene IDs across databases using the KEGG conv operation, which translates external identifiers into KEGG identifiers to facilitate cross-database data integration and analysis.

What's the best way to map a list of genes to biological pathways in KEGG?

Map a list of genes to biological pathways by utilizing the KEGG link operation, which cross-references gene entries against pathway databases to generate structured pathway mapping outputs.

Does this KEGG REST helper handle HTTP request errors and iteration limits?

Yes, the KEGG REST helper handles HTTP request errors and enforces iteration limits automatically, ensuring stable bioinformatics data retrieval without exceeding API rate constraints during pathway exploration.

How do I find specific compounds or drugs in the KEGG database using an API?

Find specific compounds or drugs in the KEGG database by executing the KEGG find and ddi operations, which search for chemical compound entries and inspect drug interactions programmatically.

When should I use KEGG REST endpoints instead of manually downloading pathway data?

Use KEGG REST endpoints instead of manual downloads when you need to automate bioinformatics workflows, programmatically fetch organism pathways, or integrate cross-database conversions into reproducible analysis scripts.