Back to catalog
Cortexa research tool·drug discovery·epigraphdb
EpiGraphDB Get Gene Drug Associations
Get pharmacogenomics drug-gene associations from CPIC and PharmGKB databases via EpiGraphDB. Returns drugs associated with a gene with clinical evidence levels. Example: 'DPYD' returns fluorouracil with CPIC Level A evidence.
Livelast probed 2026-05-01 01:00Z· 1015msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1015ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_name": {
"description": "Gene symbol to find drug associations for (e.g., 'TP53', 'EGFR', 'DPYD', 'CYP2D6').",
"type": "string"
},
"gene_symbol": {
"description": "Alias for gene_name. Gene symbol (e.g., 'CYP2D6', 'BRCA1').",
"type": "string"
},
"pval_threshold": {
"default": 0.05,
"description": "P-value threshold (default 0.05).",
"type": "number"
}
},
"type": "object"
}Examples (1)
Default EpiGraphDB Get Gene Drug Associations call
public-safeinput
{
"gene_name": "BRCA1",
"gene_symbol": "BRCA1",
"pval_threshold": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EpiGraphDB_get_gene_drug_associations
- Tool name
- EpiGraphDB_get_gene_drug_associations
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse