diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-01-22 09:12:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-22 09:12:50 +0100 |
commit | 9fc3e4fb266903eb8b3eb9434c3cc84c64da5aed (patch) | |
tree | eaa2fd9c5f00419db897e7cdf1c063a1de58c0b8 | |
parent | 3d9516344e190e670257bf49a937a4c33f1d989a (diff) | |
download | guix-9fc3e4fb266903eb8b3eb9434c3cc84c64da5aed.tar.gz |
gnu: r-speaq: Fix description.
* gnu/packages/bioconductor.scm (r-speaq)[description]: Reword.
-rw-r--r-- | gnu/packages/bioconductor.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 7b6515a639..420940ff21 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7896,7 +7896,7 @@ events and allows for the incorporation of prior knowledge through supervised graph construction.") (license license:artistic2.0))) -;; This is a CRAN package but it depends on a bionconductor package. +;; This is a CRAN package but it depends on a bioconductor package. (define-public r-speaq (package (name "r-speaq") @@ -7927,13 +7927,13 @@ graph construction.") (home-page "https://cran.r-project.org/package=speaq") (synopsis "Tools for nuclear magnetic resonance spectra alignment") (description - "This package helps with @acronym{NMR, Nuclear Magnetic Resonance} spectroscopy -data analysis as easy as possible. It only requires a small set of functions to -perform an entire analysis. Speaq offers the possibility of raw spectra alignment -and quantitation but also an analysis based on features whereby the spectra are -converted to peaks which are then grouped and turned into features. These features -can be processed with any number of statistical tools either included in speaq -or available elsewhere on CRAN.") + "This package aims to make @acronym{NMR, Nuclear Magnetic Resonance} +spectroscopy data analysis as easy as possible. It only requires a small set +of functions to perform an entire analysis. Speaq offers the possibility of +raw spectra alignment and quantitation but also an analysis based on features +whereby the spectra are converted to peaks which are then grouped and turned +into features. These features can be processed with any number of statistical +tools either included in speaq or available elsewhere on CRAN.") (license license:asl2.0))) (define-public r-stager |