request_reactome_pathway_info: Retrieve Reactome Pathways for a Given Organism

View source: R/19_REACTOME.R

request_reactome_pathway_infoR Documentation

Retrieve Reactome Pathways for a Given Organism

Description

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

Usage

request_reactome_pathway_info(organism = "Homo sapiens")

Arguments

organism

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

Value

A data frame containing pathway ID, pathway name, and organism.

Author(s)

Xiaotao Shen (xiaotao.shen@outlook.com)

Examples

pathways <- request_reactome_pathway_info("Homo sapiens")
head(pathways)

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