request_reactome_pathway: Retrieve Detailed Reactome Pathway Information

View source: R/19_REACTOME.R

request_reactome_pathwayR Documentation

Retrieve Detailed Reactome Pathway Information

Description

This function fetches and parses a given Reactome pathway in SBML format.

Usage

request_reactome_pathway(pathway_id = "R-HSA-5652084")

Arguments

pathway_id

Character. The Reactome pathway ID (e.g., "R-HSA-5652084").

Value

A list containing pathway details, including name, description, and involved metabolites/proteins.

Author(s)

Xiaotao Shen (xiaotao.shen@outlook.com)

Examples

pathway_info <- request_reactome_pathway("R-HSA-5652084")
print(pathway_info$pathway_name)
print(pathway_info$pathway_description)

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