Back to catalog
Cortexa research tool·chemistry·kegg_conv_link
KEGG Convert Ids
Convert KEGG gene/compound identifiers to external database IDs using the KEGG /conv API. Maps KEGG gene IDs (e.g., hsa:7157 for TP53) to UniProt, NCBI Gene, NCBI Protein, ChEBI, or PubChem IDs. Essential for cross-database integration in bioinformatics workflows. Example: converting hsa:7157 to UniProt returns P04637 (TP53_HUMAN).
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": {
"kegg_id": {
"description": "KEGG entry ID. For genes use format 'organism:gene_id' (e.g., 'hsa:7157' for human TP53, 'mmu:22059' for mouse Trp53). For compounds use 'cpd:C00002' (ATP). Multiple IDs separated by '+' (e.g., 'hsa:7157+hsa:672').",
"type": "string"
},
"target_db": {
"description": "External database to convert to. Options: 'uniprot' (UniProt accessions), 'ncbi-geneid' (NCBI Gene/Entrez IDs), 'ncbi-proteinid' (NCBI protein accessions), 'chebi' (ChEBI compound IDs), 'pubchem' (PubChem substance IDs).",
"type": "string"
}
},
"required": [
"kegg_id",
"target_db"
],
"type": "object"
}Examples (1)
Default KEGG Convert Ids call
public-safeinput
{
"kegg_id": "",
"target_db": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_convert_ids
- Tool name
- KEGG_convert_ids
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse