Skip to contents

This function will Return a list of all pathways with the class "TopLevelPathway" which are annotated in your supplied species.

Usage

rba_reactome_pathways_top(species, ...)

Arguments

species

Character or Numeric: NCBI Taxonomy identifier (Human Taxonomy ID is 9606.) or species name (e.g. "Homo sapiens"). See rba_reactome_species or Reactome Data Schema: Entries: Species.

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Value

Data frame where each row is a Top Level Pathway and columns are pertinent information.

Details

Reactome's events hierarchy for any species begins with pathways with class "TopLevelPathway" (e.g. "Immune System", "Metabolism of proteins"). further down in the event's hierarchy tree, each TopLevelPathway has has other events itself (e.g. "Adaptive immune system", "Innate immune system"). Based on the chosen pathway, the hierarchy tree would typically goes further down.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/pathways/top/{species}"

References

  • Ragueneau, E., Gong, C., Sinquin, P., Sevilla, C., Beavers, D., Grentner, A., ... D’Eustachio, P. (2026). The Reactome Knowledgebase 2026. Nucleic Acids Res., 54(D1), D673–D681. doi: 10.1093/nar/gkaf1223

  • Griss, J., Viteri, G., Sidiropoulos, K., Nguyen, V., Fabregat, A., & Hermjakob, H. (2020). ReactomeGSA—Efficient Multi-Omics Comparative Pathway Analysis. Molecular & Cellular Proteomics, 19(12), 2115–2125. doi: 10.1074/mcp.TIR120.002155

  • Reactome Content Services API Documentation

  • Citations note on Reactome website

See also

Other "Reactome Content Service - Pathway Related Queries": rba_reactome_pathways_events(), rba_reactome_pathways_low()

Examples

# \donttest{
rba_reactome_pathways_top(species = 9606)
# }
# \donttest{
rba_reactome_pathways_top(species = "Saccharomyces cerevisiae")
# }