mzR
This is the released version of mzR; for the devel version, see mzR.
parser for netCDF, mzXML and mzML and mzIdentML files (mass spectrometry data)
DOI: 10.18129/B9.bioc.mzR
Bioconductor version: Release (3.22)
mzR provides a unified API to the common file formats and parsers available for mass spectrometry data. It comes with a subset of the proteowizard library for mzXML, mzML and mzIdentML. The netCDF reading code has previously been used in XCMS.
Author: Bernd Fischer, Steffen Neumann, Laurent Gatto, Qiang Kou, Johannes Rainer
Maintainer: Steffen Neumann <sneumann at ipb-halle.de>
citation("mzR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("mzR")
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("mzR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.