PDC Search Studies
Search the NCI Proteomics Data Commons (PDC) for cancer proteomics studies by keyword. PDC houses annotated data from CPTAC, ICPC, APOLLO, and other cancer proteomics programs covering 19+ cancer types with 160+ datasets. Search by disease name (e.g., 'Breast', 'Lung', 'CCRCC'), program name (e.g., 'CPTAC', 'HTAN'), or analytical fraction (e.g., 'Proteome', 'Phosphoproteome'). Returns matching study IDs, names, and PDC accession numbers. Use PDC study IDs with PDC_get_study_summary for detailed…
Overview
Search the NCI Proteomics Data Commons (PDC) for cancer proteomics studies by keyword. PDC houses annotated data from CPTAC, ICPC, APOLLO, and other cancer proteomics programs covering 19+ cancer types with 160+ datasets. Search by disease name (e.g., 'Breast', 'Lung', 'CCRCC'), program name (e.g., 'CPTAC', 'HTAN'), or analytical fraction (e.g., 'Proteome', 'Phosphoproteome'). Returns matching study IDs, names, and PDC accession numbers. Use PDC study IDs with PDC_get_study_summary for detailed metadata.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"search_studies"
],
"type": "string"
},
"query": {
"description": "Search keyword for studies. Can be disease name (Breast, Lung, Renal), program name (CPTAC, HTAN), or fraction type (Proteome, Phosphoproteome, Acetylome).",
"type": "string"
}
},
"required": [
"operation",
"query"
],
"type": "object"
}Examples (1)
Default PDC Search Studies call
{
"operation": "",
"query": "BRCA1"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDC_search_studies
- Tool name
- PDC_search_studies
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse