# Mass Spectrometry Data Backend for NIST MSP Files
[](https://www.repostatus.org/#active)
[](https://github.com/RforMassSpectrometry/MsBackendMsp/actions?query=workflow%3AR-CMD-check-bioc)
[](https://codecov.io/gh/rformassspectrometry/MsBackendMsp)
[](https://opensource.org/licenses/Artistic-2.0)
[](https://bioconductor.org/packages/release/bioc/html/MsBackendMsp.html)
[](https://bioconductor.org/packages/stats/bioc/MsBackendMsp/)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/MsBackendMsp/)
[](https://bioconductor.org/checkResults/devel/bioc-LATEST/MsBackendMsp/)
The `MsBackendMsp` package provides functionality to import and handle
MS/MS spectrum data from MSP files.
The package defines the `MsBackendMsp` backend which can be used to
import and use MS2 spectrum data from msp files with the
[Spectra](https://github.com/rformassspectrometry/Spectra) R package.
For more information see the package vignette or the package
[homepage](https://rformassspectrometry.github.io/MsBackendMsp).
# Installation
The package can be installed with
```r
install.packages("BiocManager")
BiocManager::install("MsBackendMsp")
```
# 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).