This package provides functions to help with fetching data from Synapse, as well as processing, summarizing, formatting the data, and storing any output in Synapse. While this package is mainly intended for use in RECOVER, some functions in the package can be used outside this context and for general and other specific use cases.
- R >= v4.0.0
- Synapse account with relevant access permissions
- Synapse authentication token
A Synapse authentication token is required for use of the Synapse APIs (e.g. the synapser
package for R). For help with Synapse, Synapse APIs, Synapse authentication tokens, etc., please refer to the Synapse documentation.
Currently, recoverutils
is not available via CRAN, so it must be installed from GitHub using the devtools
package.
install.packages("devtools")
devtools::install_github("Sage-Bionetworks/recoverutils")