Back to catalog
Cortexa research tool·genomics·epigraphdb
EpiGraphDB Search Gene
Search for gene information in EpiGraphDB by gene symbol or Ensembl ID. Returns gene metadata including druggability classification, chromosomal location, and gene type. Example: 'BRCA1' returns Tier 2 druggability, chr17 location.
Livelast probed 2026-04-30 23:07Z· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "Ensembl gene ID (e.g., 'ENSG00000012048'). Either gene_name or gene_id required.",
"type": [
"string",
"null"
]
},
"gene_name": {
"description": "Gene symbol to search for (e.g., 'BRCA1', 'TP53', 'EGFR'). Either gene_name or gene_id required.",
"type": [
"string",
"null"
]
},
"limit": {
"default": 10,
"description": "Maximum results to return (default 10, max 50).",
"type": "integer"
}
},
"required": [],
"type": "object"
}Examples (1)
Default EpiGraphDB Search Gene call
public-safeinput
{
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EpiGraphDB_search_gene
- Tool name
- EpiGraphDB_search_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse