- Home
- Bioconductor 3.23
- Software Packages
- rawDiag (development version)
rawDiag
This is the development version of rawDiag; for the stable release version, see rawDiag.
Brings Orbitrap Mass Spectrometry Data to Life; Fast and Colorful
Bioconductor version: Development (3.23)
Optimizing methods for liquid chromatography coupled to mass spectrometry (LC-MS) poses a nontrivial challenge. The rawDiag package facilitates rational method optimization by generating MS operator-tailored diagnostic plots of scan-level metadata. The package is designed for use on the R shell or as a Shiny application on the Orbitrap instrument PC.
Author: Christian Panse [aut, cre] ORCID iD ORCID: 0000-0003-1975-3064 , Christian Trachsel [aut], Tobias Kockmann [aut]
Maintainer: Christian Panse <cp at fgcz.ethz.ch>
citation("rawDiag")):
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("rawDiag")
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("rawDiag")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.