mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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".
This commit is contained in:
parent
b1acfb676a
commit
6fc80d9d4c
1 changed files with 2 additions and 2 deletions
|
@ -13124,9 +13124,9 @@ (define-public r-msfeatures
|
|||
"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}).")
|
||||
|
|
Loading…
Reference in a new issue