Back to catalog
Cortexa research tool·clinical·gdc
GDC Get Survival
Get Kaplan-Meier survival data for a GDC/TCGA cancer cohort. Returns time-to-event data with censoring status and survival estimates for each patient. Filter by project and optionally by gene mutation status. Use for overall survival analysis of TCGA cancer types.
Livelast probed 2026-05-01 01:00Z· 85msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 85ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_symbol": {
"description": "Optional: gene symbol to filter cases with mutations in this gene (e.g., 'TP53', 'KRAS')",
"type": "string"
},
"project_id": {
"description": "GDC project identifier (e.g., 'TCGA-BRCA', 'TCGA-LUAD', 'TCGA-GBM')",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}Examples (1)
Default GDC Get Survival call
public-safeinput
{
"gene_symbol": "BRCA1",
"project_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GDC_get_survival
- Tool name
- GDC_get_survival
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse