Skip to contents

Reactome pathways for a gene symbol

Usage

reactome_pathways(symbol, species = 9606, ...)

Arguments

symbol

A gene symbol, for example "NF1".

species

The NCBI taxon id. Defaults to human.

...

Passed to biohttp::get_json(), for example throttle.

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"))
} # }