PDC Get Clinical Data
Get clinical metadata for patient cases in a cancer proteomics study from the NCI Proteomics Data Commons (PDC). Given a PDC study accession number, returns paginated clinical data including case IDs, disease type, primary site, and demographic information (gender, ethnicity, race) for each patient. Supports pagination with offset and limit parameters. Use this to understand the patient population in a proteomics study for downstream analysis or to link proteomics data with clinical characteris…
Overview
Get clinical metadata for patient cases in a cancer proteomics study from the NCI Proteomics Data Commons (PDC). Given a PDC study accession number, returns paginated clinical data including case IDs, disease type, primary site, and demographic information (gender, ethnicity, race) for each patient. Supports pagination with offset and limit parameters. Use this to understand the patient population in a proteomics study for downstream analysis or to link proteomics data with clinical characteristics.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "Number of records to return (default: 20, max varies by study)",
"type": "integer"
},
"offset": {
"description": "Pagination offset (default: 0)",
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_clinical_data"
],
"type": "string"
},
"pdc_study_id": {
"description": "PDC study accession number (e.g., 'PDC000127')",
"type": "string"
}
},
"required": [
"operation",
"pdc_study_id"
],
"type": "object"
}Examples (1)
Default PDC Get Clinical Data call
{
"limit": 3,
"offset": 1,
"operation": "",
"pdc_study_id": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDC_get_clinical_data
- Tool name
- PDC_get_clinical_data
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse