Back to catalog
Cortexa research tool·biomedical·disgenet
DisGeNET Get Disease Genes
Get all genes associated with a disease from DisGeNET. Returns ranked gene list with association scores and evidence counts. Filter by minimum score to get high-confidence associations. Useful for disease gene prioritization.
Livelast probed 2026-04-30 23:07Z· 98msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 98ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease": {
"description": "Disease ID (UMLS CUI) or disease name",
"type": "string"
},
"limit": {
"default": 50,
"description": "Maximum genes to return (default: 50)",
"type": "integer"
},
"min_score": {
"description": "Minimum association score (0-1). Default: no filter",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"operation": {
"const": "get_disease_genes",
"description": "Operation type (fixed: get_disease_genes)",
"type": "string"
}
},
"required": [
"disease"
],
"type": "object"
}Examples (1)
Default DisGeNET Get Disease Genes call
public-safeinput
{
"disease": "type 2 diabetes",
"limit": 3,
"min_score": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DisGeNET_get_disease_genes
- Tool name
- DisGeNET_get_disease_genes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse