MSnbase provides classes, methods and functions for visualisation, manipulation and processing of mass spectrometry data.
Important class are "MSnExp"
(raw data file),
"MSnSet"
(quantitation data) and
"ReporterIons"
(reporter ions for labelled
proteomics).
Other classes are "Spectrum"
and the subclasses
"Spectrum1"
(for MS spectra) and
"Spectrum2"
(for MSMS spectra),
"MIAPE"
(Minimum Information about Proteomics
Experiments) and "MSnProcess"
(for processing
information). These should however not be of direct utility to users.
If you have questions, want to rebort a bug or share suggestions, please file an issue at https://github.com/lgatto/MSnbase/issues, contact me directly or ask a question on the Bioconductor support forum https://support.bioconductor.org/.
vignette("MSnbase-demo", package = "MSnbase")
.
MSnbase
and can be accessed with
vignette("MSnbase-development", package = "MSnbase")
.
vignette("MSnbase-io", package = "MSnbase")
.
Complete listing of available documentation with
library(help = "MSnbase")
.