Back to catalog
Cortexa research tool·drug discovery·disease_target_score
Disease Target Score
Extract disease-target association scores from a specific data source using GraphQL API. This tool retrieves all targets associated with a disease and their scores from a specified datasource (e.g., chembl, eva, cancer_gene_census, etc.).
Livelast probed 2026-04-30 23:07Z· 560msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 560ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"datasourceId": {
"description": "The datasource ID to extract scores from. Available options: 'chembl', 'eva', 'eva_somatic', 'cancer_gene_census', 'cancer_biomarkers', 'europepmc', 'expression_atlas', 'genomics_england', 'impc', 'reactome', 'uniprot_literature', 'uniprot_variants'",
"type": "string"
},
"efoId": {
"description": "The EFO (Experimental Factor Ontology) ID of the disease, e.g., 'EFO_0000339' for chronic myelogenous leukemia",
"type": "string"
},
"pageSize": {
"default": 100,
"description": "Number of results per page (default: 100, max: 100)",
"type": "integer"
}
},
"required": [
"efoId",
"datasourceId",
"pageSize"
],
"type": "object"
}Examples (1)
Default Disease Target Score call
public-safeinput
{
"datasourceId": "",
"efoId": "",
"pageSize": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_disease_target_score
- Tool name
- disease_target_score
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse