request_reactome_pathway | R Documentation |
This function fetches and parses a given Reactome pathway in SBML format.
request_reactome_pathway(pathway_id = "R-HSA-5652084")
pathway_id |
Character. The Reactome pathway ID (e.g., "R-HSA-5652084"). |
A list containing pathway details, including name, description, and involved metabolites/proteins.
Xiaotao Shen (xiaotao.shen@outlook.com)
pathway_info <- request_reactome_pathway("R-HSA-5652084")
print(pathway_info$pathway_name)
print(pathway_info$pathway_description)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.