gnu: r-speaq: Fix description.
* gnu/packages/bioconductor.scm (r-speaq)[description]: Reword.
parent
3d9516344e
commit
9fc3e4fb26
|
@ -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
|
||||
|
|
Reference in New Issue