action lumminary_get_client_gene { label: "Get gene by symbol" description: "Gets A gene by its symbol, which can be found by querying the reference/ resource.\n\nWill return a 404 if a gene exists as a reference, but its genomic coordinates intersect no SNPs in the dataset" provider: lumminary method: GET path: "/clients/{clientId}/datasets/{datasetId}/genes/{geneSymbol}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }