request_reactome_pathway_info | R Documentation |
This function retrieves pathway information for a specified organism from Reactome.
request_reactome_pathway_info(organism = "Homo sapiens")
organism |
Character. The name of the organism. Default is "Homo sapiens". |
A data frame containing pathway ID, pathway name, and organism.
Xiaotao Shen (xiaotao.shen@outlook.com)
pathways <- request_reactome_pathway_info("Homo sapiens")
head(pathways)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.