- Home
- Bioconductor 3.22
- Software Packages
- MsFeatures
MsFeatures
This is the released version of MsFeatures; for the devel version, see MsFeatures.
Functionality for Mass Spectrometry Features
Bioconductor version: Release (3.22)
The MsFeature package defines functionality for Mass Spectrometry features. This includes functions to group (LC-MS) features based on some of their properties, such as retention time (coeluting features), or correlation of signals across samples. This packge hence allows to group features, and its results can be used as an input for the `QFeatures` package which allows to aggregate abundance levels of features within each group. This package defines concepts and functions for base and common data types, implementations for more specific data types are expected to be implemented in the respective packages (such as e.g. `xcms`). All functionality of this package is implemented in a modular way which allows combination of different grouping approaches and enables its re-use in other R packages.
Author: Johannes Rainer [aut, cre] ORCID iD ORCID: 0000-0002-6977-7147 , Johan Lassen [ctb] ORCID iD ORCID: 0000-0002-0452-566X
Maintainer: Johannes Rainer <Johannes.Rainer at eurac.edu>
citation("MsFeatures")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MsFeatures")
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("MsFeatures")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.