Description Usage Arguments Value
View source: R/get_reactome_pathways.R
Obtain reactome pathways
1 2 | get_reactome_pathways(species = c("human", "mouse"), file_name = NULL,
dir_reactome = getwd())
|
species |
One of "mouse" or "human". |
file_name |
The file name for pathway data. If null, defaults to "reactome_[species].rds". |
dir_reactome |
The directory to store the pathway data. Defaults to the current working directory. |
A named list of vectors. Each vector corresponds to a Reactome pathway and contains the entrezgene IDs of the genes in that pathway.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.