mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-asics.
* gnu/packages/bioconductor.scm (r-asics): New variable.
This commit is contained in:
parent
061ce5500a
commit
b9014985be
1 changed files with 34 additions and 0 deletions
|
@ -2857,6 +2857,40 @@ (define-public r-asgsca
|
|||
model as latent variables.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-asics
|
||||
(package
|
||||
(name "r-asics")
|
||||
(version "2.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ASICS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c2b3gdza58vqhharhw8967p2w2knnrm5s2svvnnjbf67qbg45b7"))))
|
||||
(properties `((upstream-name . "ASICS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel
|
||||
r-ggplot2
|
||||
r-glmnet
|
||||
r-gridextra
|
||||
r-matrix
|
||||
r-mvtnorm
|
||||
r-pepsnmr
|
||||
r-plyr
|
||||
r-quadprog
|
||||
r-ropls
|
||||
r-summarizedexperiment
|
||||
r-zoo))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/ASICS")
|
||||
(synopsis "Automatic statistical identification in complex spectra")
|
||||
(description
|
||||
"ASICS quantifies concentration of metabolites in a complex spectrum.
|
||||
The identification of metabolites is performed by fitting a mixture model to
|
||||
the spectra of the library with a sparse penalty.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-aspli
|
||||
(package
|
||||
(name "r-aspli")
|
||||
|
|
Loading…
Reference in a new issue