action firebrowse_mi_rseq { label: "Retrieve miRSeq data." description: "This service returns sample-level log2 miRSeq expression values. Results may be filtered by miR, cohort, barcode, sample type or Firehose preprocessing tool, but at least one miR must be supplied." provider: firebrowse method: GET path: "/Samples/miRSeq" encoding: json input: { type: "object" properties: { cohort: { type: "string" } format: { type: "string" } mir: { type: "string" } page: { type: "string" } page_size: { type: "string" } sample_type: { type: "string" } sort_by: { type: "string" } tcga_participant_barcode: { type: "string" } tool: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }