request_reactome_reaction_info | R Documentation |
This function retrieves reaction information for a specified organism from Reactome.
request_reactome_reaction_info(organism = "Homo sapiens")
organism |
Character. The name of the organism. Default is "Homo sapiens". |
A data frame containing:
reaction_id |
Character. The Reactome reaction ID. |
reaction_link |
Character. The URL link to the reaction in Reactome. |
reaction_name |
Character. The name of the reaction. |
organism |
Character. The organism associated with the reaction. |
Xiaotao Shen (xiaotao.shen@outlook.com)
# Retrieve reaction information for Homo sapiens
reactions <- request_reactome_reaction_info("Homo sapiens")
head(reactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.