# Managing mass spectrometry experiments
[](http://www.repostatus.org/#active)
[](https://github.com/RforMassSpectrometry/MsExperiment/actions?query=workflow%3AR-CMD-check-bioc)
[](https://codecov.io/gh/rformassspectrometry/MsExperiment)
[](https://opensource.org/licenses/Artistic-2.0)
[](https://bioconductor.org/packages/release/bioc/html/MsExperiment.html)
[](https://bioconductor.org/packages/stats/bioc/MsExperiment/)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/MsExperiment/)
[](https://bioconductor.org/checkResults/devel/bioc-LATEST/MsExperiment/)
The `MsExperiment` package provides the `MsExperiment` class that can
be used to store and manage all aspects related to a complete
proteomics or metabolomics mass spectrometry experiment. This includes
- experimental design
- data files
- raw data: spectra and chromatograms
- proteomics identification results and protein database
- quantitative features
The respective data handling functionality is handled by dedicated
packages such as `Spectra` for spectra data, `QFeatures` for
quantitative features, `Biostrings` for fasta files, ...
See the package [homepage](https://rformassspectrometry.github.io/MsExperiment)
for more information.
This package is part of the RforMassSpectrometry initiative:
https://www.rformassspectrometry.org/
# Installation
The package can be installed with
```r
install.packages("BiocManager")
BiocManager::install("MsExperiment")
```
# 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).