rba_reactome_species {rbioapi}R Documentation

Get Reactome Species

Description

Use this function to retrieve a table of Available species in Reactome.

Usage

rba_reactome_species(only_main = FALSE, ...)

Arguments

only_main

Logical: If set to TRUE, will only return species which have either manually-curated or computationally inferred pathways.

...

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

Value

Data frame where each row is a species and columns are pertinent information.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/species/all"
"GET https://reactome.org/ContentService/data/species/main"

References

Examples


rba_reactome_species()


rba_reactome_species(only_main = TRUE)



[Package rbioapi version 0.8.1 Index]