- Home
- Bioconductor 3.23
- Software Packages
- CluMSID (development version)
CluMSID
This is the development version of CluMSID; for the stable release version, see CluMSID.
Clustering of MS2 Spectra for Metabolite Identification
Bioconductor version: Development (3.23)
CluMSID is a tool that aids the identification of features in untargeted LC-MS/MS analysis by the use of MS2 spectra similarity and unsupervised statistical methods. It offers functions for a complete and customisable workflow from raw data to visualisations and is interfaceable with the xmcs family of preprocessing packages.
Author: Tobias Depke [aut, cre], Raimo Franke [ctb], Mark Broenstrup [ths]
Maintainer: Tobias Depke <depke at mailbox.org>
citation("CluMSID")):
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("CluMSID")
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("CluMSID")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.