This repository provides backends for Spectra objects to store and retrieve mass spectrometry (MS) data to/from MongoDB NoSQL databases.
The package can be installed with
install.packages("remotes")
install.packages("BiocManager")
BiocManager::install("RforMassSpectrometry/MsBackendMongoDb")For usage, access to a remote or local MongoDB database is required. See the official MongoDB web site for more information.
Contributions are highly welcome and should follow the contribution guidelines. Also, please check the coding style guidelines in the RforMassSpectrometry vignette.
We follow the RforMassSpectrometry Code of Conduct to maintain an inclusive and respectful community.