ReactomeContentService4R: an R interface for the Reactome Content Service
The ReactomeContentService4R package provides a wrapper for the Reactome Content Service.
Installation
# Pick one
## from Bioconductor (>= 3.13)
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ReactomeContentService4R")
## from github
devtools::install_github("reactome/ReactomeContentService4R")
remotes::install_github("reactome/ReactomeContentService4R")
⚠️ If you are using RStudio on macOS, make sure the version is >= 1.3.1056.
ReactomeContentService4R: an R interface for the Reactome Content Service
The
ReactomeContentService4Rpackage provides a wrapper for the Reactome Content Service.Installation
⚠️ If you are using RStudio on macOS, make sure the version is >= 1.3.1056.
Documentation
Usage
Fetch the information for a Reactome object:
Retrieve physical entities that participate in a specific Reaction:
Export the human fireworks image:
Find more examples in the vignette!
Feedback
Any feedback is welcome! Feel free to open an issue on GitHub.