Back to catalog
Cortexa research tool·genomics·kegg_network_variant
KEGG Search Variant
Search the KEGG VARIANT database for human gene variants associated with disease. KEGG VARIANT catalogs gain-of-function mutations, loss-of-function mutations, and other variants in human genes linked to cancer and other diseases. Returns variant IDs and descriptions. Example: searching 'BRAF' returns 673v1 (BRAF mutation) and 673v2 (BRAF mutation). Use KEGG_get_variant for mutation details, ClinVar/dbSNP cross-references, and associated diseases/drugs.
Livelast probed 2026-04-30 23:07Z· 261msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 261ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"keyword": {
"description": "Gene name to search (e.g., 'BRAF', 'TP53', 'EGFR', 'KRAS', 'PIK3CA'). Case-insensitive.",
"type": "string"
},
"max_results": {
"default": 25,
"description": "Maximum number of results (default: 25).",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"keyword"
],
"type": "object"
}Examples (1)
Default KEGG Search Variant call
public-safeinput
{
"keyword": "",
"max_results": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_search_variant
- Tool name
- KEGG_search_variant
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse