mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-multibac.
* gnu/packages/bioconductor.scm (r-multibac): New variable.
This commit is contained in:
parent
b7e7744626
commit
0e09e8ab15
1 changed files with 30 additions and 0 deletions
|
@ -10101,6 +10101,36 @@ (define-public r-mbkmeans
|
|||
large datasets, including support for on-disk data representation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-multibac
|
||||
(package
|
||||
(name "r-multibac")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MultiBaC" version))
|
||||
(sha256
|
||||
(base32 "1qwf1mvw81hb929xpnx5x910f7qnax9lkylhwzcdw1814s4zj25i"))))
|
||||
(properties `((upstream-name . "MultiBaC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2
|
||||
r-matrix
|
||||
r-multiassayexperiment
|
||||
r-pcamethods
|
||||
r-plotrix
|
||||
r-ropls))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/MultiBaC")
|
||||
(synopsis "Multiomic batch effect correction")
|
||||
(description
|
||||
"MultiBaC is a strategy to correct batch effects from multiomic datasets
|
||||
distributed across different labs or data acquisition events. MultiBaC is
|
||||
able to remove batch effects across different omics generated within separate
|
||||
batches provided that at least one common omic data type is included in all
|
||||
the batches considered.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-multtest
|
||||
(package
|
||||
(name "r-multtest")
|
||||
|
|
Loading…
Reference in a new issue