Package: MsFeatures Title: Functionality for Mass Spectrometry Features Version: 1.21.0 Description: 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. Authors@R: c(person(given = "Johannes", family = "Rainer", email = "Johannes.Rainer@eurac.edu", comment = c(ORCID = "0000-0002-6977-7147"), role = c("aut", "cre")), person(given = "Johan", family = "Lassen", email = "johan.lassen@forens.au.dk", role = c("ctb"), comment = c(ORCID = "0000-0002-0452-566X"))) Depends: R (>= 4.0) Imports: methods, ProtGenerics (>= 1.23.5), MsCoreUtils, SummarizedExperiment, stats Suggests: testthat, roxygen2, BiocStyle, pheatmap, knitr, rmarkdown License: Artistic-2.0 Encoding: UTF-8 LazyData: no BugReports: https://github.com/RforMassSpectrometry/MsFeatures/issues URL: https://github.com/RforMassSpectrometry/MsFeatures biocViews: Infrastructure, MassSpectrometry, Metabolomics RoxygenNote: 7.3.2 Roxygen: list(markdown=TRUE) VignetteBuilder: knitr Collate: 'corRows.R' 'grouping-functions.R' 'hidden_aliases.R' 'AllGenerics.R' 'AbundanceSimilarityParam.R' 'SimilarRtimeParam.R' 'featureGroups.R' 'se.R' Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:54:54 UTC RemoteUrl: https://github.com/bioc/MsFeatures RemoteRef: HEAD RemoteSha: 1ac5d68284dc1a0c4600a0044912f74734c05723 NeedsCompilation: no Packaged: 2026-07-03 19:39:46 UTC; root Author: Johannes Rainer [aut, cre] (ORCID: ), Johan Lassen [ctb] (ORCID: ) Maintainer: Johannes Rainer