Back to catalog
Cortexa research tool·genomics·kegg_disease_drug
KEGG Get Disease Genes
Get all human genes linked to a KEGG disease. Returns KEGG gene IDs (hsa:XXXXX format) for genes associated with the disease through mutations, gene fusions, or other mechanisms. Example: H00001 (B-cell ALL) returns hsa:25 (ABL1), hsa:4297 (KMT2A), hsa:4299 (AFF1), etc. Useful for building disease-gene association networks. Optionally specify a different organism.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease_id": {
"description": "KEGG disease ID (e.g., 'H00001' for B-cell ALL, 'H00031' for breast cancer).",
"type": "string"
},
"organism": {
"default": "hsa",
"description": "KEGG organism code (default: 'hsa' for human). Other examples: 'mmu' (mouse).",
"type": "string"
}
},
"required": [
"disease_id"
],
"type": "object"
}Examples (1)
Default KEGG Get Disease Genes call
public-safeinput
{
"disease_id": "type 2 diabetes"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_get_disease_genes
- Tool name
- KEGG_get_disease_genes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse