action firebrowse_clinical_names { label: "Retrieve names of all TCGA clinical data elements (CDEs)." description: "Retrieve names of all patient-level clinical data elements (CDES) available in TCGA, unioned across all disease cohorts. A CDE will be listed here only when it has a value other than NA for at least 1 patient case in any disease cohort. For more information on how these CDEs are processed see our pipeline documentation." provider: firebrowse method: GET path: "/Metadata/ClinicalNames" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }