Bioc2026 Registration Open!

MsFeatures

Functionality for Mass Spectrometry Features

Bioconductor version: 3.23 · Package version: 1.20.0

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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("MsFeatures")

Details

MaintainerJohannes Rainer <Johannes.Rainer@eurac.edu>
AuthorJohannes Rainer [aut, cre] (ORCID: <https://orcid.org/0000-0002-6977-7147>), Johan Lassen [ctb] (ORCID: <https://orcid.org/0000-0002-0452-566X>)
LicenseArtistic-2.0
URLhttps://github.com/RforMassSpectrometry/MsFeatures
Bug Reportshttps://github.com/RforMassSpectrometry/MsFeatures/issues
Downloads rank2044
Source branchRELEASE_3_23
biocViewsInfrastructure, MassSpectrometry, Metabolomics, Software

Documentation

Download

Dependencies

Depends: R (>= 4.0)

Imports: methods, ProtGenerics (>= 1.23.5), MsCoreUtils, SummarizedExperiment, stats

Suggests: testthat, roxygen2, BiocStyle, pheatmap, knitr, rmarkdown

Reverse dependencies

Imports Me (1): xcms

Suggests Me (1): qmtools