- Home
- Bioconductor 3.23
- Software Packages
- cosmiq (development version)
cosmiq
This is the development version of cosmiq; for the stable release version, see cosmiq.
cosmiq - COmbining Single Masses Into Quantities
Bioconductor version: Development (3.23)
cosmiq is a tool for the preprocessing of liquid- or gas - chromatography mass spectrometry (LCMS/GCMS) data with a focus on metabolomics or lipidomics applications. To improve the detection of low abundant signals, cosmiq generates master maps of the mZ/RT space from all acquired runs before a peak detection algorithm is applied. The result is a more robust identification and quantification of low-intensity MS signals compared to conventional approaches where peak picking is performed in each LCMS/GCMS file separately. The cosmiq package builds on the xcmsSet object structure and can be therefore integrated well with the package xcms as an alternative preprocessing step.
Author: David Fischer [aut, cre], Christian Panse [aut] ORCID iD ORCID: 0000-0003-1975-3064 , Endre Laczko [ctb]
Maintainer: David Fischer <dajofischer at googlemail.com>
citation("cosmiq")):
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("cosmiq")
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("cosmiq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.