Back to catalog
Cortexa research tool·clinical·timer
TIMER2 Survival Association
Analyze overall survival association of gene expression in TCGA cancer patients using cBioPortal data. Performs log-rank test comparing high vs. low gene expression groups (median split). Returns log-rank p-value, median survival times, and event counts. Note: TIMER2.0/3.0 REST API is no longer public; uses cBioPortal TCGA data.
Livelast probed 2026-04-30 23:07Z· 83msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 83ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cancer": {
"description": "TCGA cancer type (e.g., 'BRCA', 'LUAD', 'COAD')",
"type": "string"
},
"gene": {
"description": "Gene symbol for survival analysis (e.g., 'CD8A', 'TP53', 'BRCA1')",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"survival_association"
],
"type": "string"
}
},
"required": [
"operation",
"cancer",
"gene"
],
"type": "object"
}Examples (1)
Default TIMER2 Survival Association call
public-safeinput
{
"cancer": "",
"gene": "BRCA1",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_TIMER2_survival_association
- Tool name
- TIMER2_survival_association
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse