Package: MsFeatures 1.7.0
MsFeatures: Functionality for Mass Spectrometry Features
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:
MsFeatures_1.7.0.tar.gz
MsFeatures_1.7.0.zip(r-4.5)MsFeatures_1.7.0.zip(r-4.4)MsFeatures_1.7.0.zip(r-4.3)
MsFeatures_1.7.0.tgz(r-4.4-any)MsFeatures_1.7.0.tgz(r-4.3-any)
MsFeatures_1.7.0.tar.gz(r-4.5-noble)MsFeatures_1.7.0.tar.gz(r-4.4-noble)
MsFeatures_1.7.0.tgz(r-4.4-emscripten)MsFeatures_1.7.0.tgz(r-4.3-emscripten)
MsFeatures.pdf |MsFeatures.html✨
MsFeatures/json (API)
NEWS
# Install 'MsFeatures' in R: |
install.packages('MsFeatures', repos = c('https://rformassspectrometry.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rformassspectrometry/msfeatures/issues
- se - Quantified LC-MS preprocessing result test data
On BioConductor:MsFeatures-1.15.0(bioc 3.21)MsFeatures-1.14.0(bioc 3.20)
infrastructuremassspectrometrymetabolomics
Last updated 2 years agofrom:8aa6f6890a. Checks:OK: 5 WARNING: 1 NOTE: 1. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | NOTE | Nov 08 2024 |
R-4.5-linux | WARNING | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Exports:AbundanceSimilarityParamcorRowsfeatureGroupsfeatureGroups<-groupClosestgroupConsecutivegroupFeaturesgroupSimilarityMatrixSimilarRtimeParam
Dependencies:abindaskpassBiobaseBiocGenericsclueclustercrayoncurlDelayedArraygenericsGenomeInfoDbGenomeInfoDbDataGenomicRangeshttrIRangesjsonlitelatticeMASSMatrixMatrixGenericsmatrixStatsmimeMsCoreUtilsopensslProtGenericsR6RcppS4ArraysS4VectorsSparseArraySummarizedExperimentsysUCSC.utilsXVectorzlibbioc
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Correlate rows of a numeric matrix | corRows |
Get or set feature group definitions from an object | featureGroups featureGroups,SummarizedExperiment-method featureGroups<- featureGroups<-,SummarizedExperiment-method |
Group values with differences below threshold | groupClosest |
Grouping of sorted values into sets with smallest differences | groupConsecutive |
General Feature Grouping Concept | groupFeatures |
Group features based on abundance similarities across samples | AbundanceSimilarityParam groupFeatures,matrix,AbundanceSimilarityParam-method groupFeatures,SummarizedExperiment,AbundanceSimilarityParam-method groupFeatures-similar-abundance |
Group features based on approximate retention times | groupFeatures,numeric,SimilarRtimeParam-method groupFeatures,SummarizedExperiment,SimilarRtimeParam-method groupFeatures-similar-rtime SimilarRtimeParam |
Group rows of a diagonal matrix using a threshold | groupSimilarityMatrix |
Quantified LC-MS preprocessing result test data | se |