Two requests: one to resolve the versioned GENCODE id, one for the expression.
See gtex_gene_reference() for why the first is unavoidable.
Arguments
- gene
A gene symbol or an Ensembl gene id. Ignored when
gencode_idis given.- gencode_id
A versioned GENCODE id, for example
"ENSG00000141510.16".- dataset
The GTEx dataset. Must match the reference the id came from.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the tibble described in
gtex_parse_expression().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(gtex_median_expression("TP53"))
} # }