action firebrowse_platforms { label: "Translate TCGA platform codes to full platform names." description: "By default this function returns a table of all of the technology platforms used to sequence or characterize samples in TCGA--both their short platform codes and full names. A subset of this table may be obtained by explicitly specifying one or more platform codes." provider: firebrowse method: GET path: "/Metadata/Platforms" encoding: json input: { type: "object" properties: { format: { type: "string" } platform: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }