diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:00:27 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:19:54 -0800 |
commit | 6fc80d9d4c6712f3da71ab09290163c7441adabe (patch) | |
tree | 81ff4593209693e843c864e5392d1e0eada5332d /gnu | |
parent | b1acfb676aa9f81531034377186effe91cafeca2 (diff) | |
download | guix-6fc80d9d4c6712f3da71ab09290163c7441adabe.tar guix-6fc80d9d4c6712f3da71ab09290163c7441adabe.tar.gz |
gnu: r-msfeatures: Fix typos.
* gnu/packages/bioconductor.scm (r-msfeatures)[description]: Switch from
"allows to" to "can be used" and from "allows to aggregate" to "allows
aggregating".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 977fd99e03..90b49d5118 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13124,9 +13124,9 @@ within the R for Mass Spectrometry packages.") "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 package hence allows to group features, and +of signals across samples. This package hence can be used to group features, and its results can be used as an input for the @code{QFeatures} package which -allows to aggregate abundance levels of features within each group. This +allows aggregating 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. @code{xcms}).") |