Archived
1
0
Fork 0

gnu: r-speaq: Fix description.

* gnu/packages/bioconductor.scm (r-speaq)[description]: Reword.
This commit is contained in:
Ricardo Wurmus 2023-01-22 09:12:50 +01:00
parent 3d9516344e
commit 9fc3e4fb26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7896,7 +7896,7 @@ events and allows for the incorporation of prior knowledge through supervised
graph construction.") graph construction.")
(license license:artistic2.0))) (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 (define-public r-speaq
(package (package
(name "r-speaq") (name "r-speaq")
@ -7927,13 +7927,13 @@ graph construction.")
(home-page "https://cran.r-project.org/package=speaq") (home-page "https://cran.r-project.org/package=speaq")
(synopsis "Tools for nuclear magnetic resonance spectra alignment") (synopsis "Tools for nuclear magnetic resonance spectra alignment")
(description (description
"This package helps with @acronym{NMR, Nuclear Magnetic Resonance} spectroscopy "This package aims to make @acronym{NMR, Nuclear Magnetic Resonance}
data analysis as easy as possible. It only requires a small set of functions to spectroscopy data analysis as easy as possible. It only requires a small set
perform an entire analysis. Speaq offers the possibility of raw spectra alignment of functions to perform an entire analysis. Speaq offers the possibility of
and quantitation but also an analysis based on features whereby the spectra are raw spectra alignment and quantitation but also an analysis based on features
converted to peaks which are then grouped and turned into features. These features whereby the spectra are converted to peaks which are then grouped and turned
can be processed with any number of statistical tools either included in speaq into features. These features can be processed with any number of statistical
or available elsewhere on CRAN.") tools either included in speaq or available elsewhere on CRAN.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public r-stager (define-public r-stager