action firebrowse_cohorts { label: "Translate TCGA cohort abbreviations to full disease names." description: "By default this function returns a table containing all TCGA cohort abbreviations and their corresponding disease names. A subset of that table may be obtained by explicitly specifying one or more cohort abbreviations." provider: firebrowse method: GET path: "/Metadata/Cohorts" encoding: json input: { type: "object" properties: { cohort: { type: "string" } format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }