Back to catalog
Cortexa research tool·genomics·kegg_ext
KEGG Get Gene Pathways
Get all KEGG pathways that a gene participates in. Returns pathway IDs and names for a given KEGG gene identifier. Example: hsa:7157 (human TP53) participates in 51 pathways including p53 signaling pathway (hsa04115), apoptosis (hsa04210), cell cycle (hsa04110), and 48 disease pathways (various cancers, viral infections). Requires KEGG organism:id format.
Livelast probed 2026-04-30 23:07Z· 120msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 120ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Alias for gene_id: human gene symbol (e.g. 'TP53', 'EGFR').",
"type": "string"
},
"gene_id": {
"description": "KEGG gene identifier in organism:id format. Examples: 'hsa:7157' (human TP53), 'hsa:672' (human BRCA1), 'mmu:22059' (mouse Trp53). Use organism prefix: hsa=human, mmu=mouse, rno=rat, dme=fly, sce=yeast.",
"type": "string"
},
"gene_symbol": {
"description": "Alias for gene_id: human gene symbol (e.g. 'TP53', 'BRCA1'). Auto-resolved to KEGG gene ID using organism='hsa'.",
"type": "string"
},
"organism": {
"default": "hsa",
"description": "KEGG organism code for gene symbol resolution (default: 'hsa' for human). Used only when gene_symbol is provided instead of gene_id.",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default KEGG Get Gene Pathways call
public-safeinput
{
"gene": "BRCA1",
"gene_id": "BRCA1",
"gene_symbol": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_get_gene_pathways
- Tool name
- KEGG_get_gene_pathways
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse