- Home
- Bioconductor 3.23
- Software Packages
- MSnbase (development version)
MSnbase
This is the development version of MSnbase; for the stable release version, see MSnbase.
Base Functions and Classes for Mass Spectrometry and Proteomics
Bioconductor version: Development (3.23)
MSnbase provides infrastructure for manipulation, processing and visualisation of mass spectrometry and proteomics data, ranging from raw to quantitative and annotated data.
Author: Laurent Gatto, Johannes Rainer and Sebastian Gibb with contributions from Guangchuang Yu, Samuel Wieczorek, Vasile-Cosmin Lazar, Vladislav Petyuk, Thomas Naake, Richie Cotton, Arne Smits, Martina Fisher, Ludger Goeminne, Adriaan Sticker, Lieven Clement and Pascal Maas.
Maintainer: Laurent Gatto <laurent.gatto at uclouvain.be>
citation("MSnbase")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("MSnbase")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("MSnbase")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.