# Mass Spectrometry Data Backend for MassBank Files
[](https://www.repostatus.org/#active)
[](https://github.com/RforMassSpectrometry/MsBackendMassbank/actions?query=workflow%3AR-CMD-check-bioc)
[](https://codecov.io/gh/rformassspectrometry/MsBackendMassbank)
[](https://opensource.org/licenses/Artistic-2.0)
[](https://bioconductor.org/packages/release/bioc/html/MsBackendMassbank.html)
[](https://bioconductor.org/packages/stats/bioc/MsBackendMassbank/)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/MsBackendMassbank/)
[](https://bioconductor.org/checkResults/devel/bioc-LATEST/MsBackendMassbank/)
The `MsBackendMassbank` package provides functionality to import and handle
MS/MS spectrum data from [Massbank](https://github.com/MassBank/MassBank-data)
files or to directly access a MassBank SQL database. The package defines the
`MsBackendMassbank` and `MsBackendMassbankSql` backends which can be used to
import and use MS2 spectrum data from mgf files respectively MySQL databases
with the [Spectra](https://github.com/rformassspectrometry/Spectra) R package.
For more information see the package
[homepage](https://rformassspectrometry.github.io/MsBackendMassbank).
# Installation
The package can be installed with
```r
install.packages("BiocManager")
BiocManager::install("MsBackendMassbank")
```
# Contributions
Contributions are highly welcome and should follow the [contribution
guidelines](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html#contributions).
Also, please check the coding style guidelines in the [RforMassSpectrometry
vignette](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/RforMassSpectrometry.html).