PDC Get Study Summary
Get detailed metadata for a specific cancer proteomics study from the NCI Proteomics Data Commons (PDC). Given a PDC study accession number (e.g., PDC000127), returns comprehensive study information including disease type, primary site, analytical fraction (Proteome, Phosphoproteome, Acetylome, Glycoproteome), experiment type (TMT10, TMT11, iTRAQ, LFQ), sample counts, program/project names, embargo status, and file counts by data category. Useful for understanding study scope, data availability…
Overview
Get detailed metadata for a specific cancer proteomics study from the NCI Proteomics Data Commons (PDC). Given a PDC study accession number (e.g., PDC000127), returns comprehensive study information including disease type, primary site, analytical fraction (Proteome, Phosphoproteome, Acetylome, Glycoproteome), experiment type (TMT10, TMT11, iTRAQ, LFQ), sample counts, program/project names, embargo status, and file counts by data category. Useful for understanding study scope, data availability, and experimental design before downloading data.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"get_study_summary"
],
"type": "string"
},
"pdc_study_id": {
"description": "PDC study accession number (e.g., 'PDC000127', 'PDC000120', 'PDC000173')",
"type": "string"
}
},
"required": [
"operation",
"pdc_study_id"
],
"type": "object"
}Examples (1)
Default PDC Get Study Summary call
{
"operation": "",
"pdc_study_id": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDC_get_study_summary
- Tool name
- PDC_get_study_summary
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse