Reactome pathways for a gene symbol
Arguments
- symbol
A gene symbol, for example
"NF1".- species
The NCBI taxon id. Defaults to human.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the tibble described in
reactome_parse_pathways().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(reactome_pathways("NF1"))
} # }