request_reactome_reaction_info: Retrieve Reactome Reactions for a Given Organism

View source: R/19_REACTOME.R

request_reactome_reaction_infoR Documentation

Retrieve Reactome Reactions for a Given Organism

Description

This function retrieves reaction information for a specified organism from Reactome.

Usage

request_reactome_reaction_info(organism = "Homo sapiens")

Arguments

organism

Character. The name of the organism. Default is "Homo sapiens".

Value

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.

Author(s)

Xiaotao Shen (xiaotao.shen@outlook.com)

Examples

# Retrieve reaction information for Homo sapiens
reactions <- request_reactome_reaction_info("Homo sapiens")
head(reactions)

tidymass/massdatabase documentation built on March 29, 2025, 10:51 p.m.