action firebrowse_amplified { label: "Retrieve Gistic2 significantly amplified genes results." description: "This service provides access to the Gistic2 amp_genes.conf_99.txt output data. At least 1 gene or cohort must be supplied." provider: firebrowse method: GET path: "/Analyses/CopyNumber/Genes/Amplified" encoding: json input: { type: "object" properties: { cohort: { type: "string" } format: { type: "string" } gene: { type: "string" } page: { type: "string" } page_size: { type: "string" } q: { type: "string" } sort_by: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }