action firebrowse_smg { label: "Retrieve Significantly Mutated Genes (SMG)." description: "This service provides a list of significantly mutated genes, as scored by MutSig. It may be filtered by cohort, rank, gene, tool and/or Q-value threshold, but at least one cohort or gene must be supplied." provider: firebrowse method: GET path: "/Analyses/Mutation/SMG" 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" } rank: { type: "string" } sort_by: { type: "string" } tool: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }