gnu: Add r-made4.

* gnu/packages/bioconductor.scm (r-made4): New variable.
This commit is contained in:
Ricardo Wurmus 2022-09-15 15:09:59 +02:00
parent 0624e7dbad
commit d3f3968e65
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4708,6 +4708,35 @@ (define-public r-limma
different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(license license:gpl2+)))
(define-public r-made4
(package
(name "r-made4")
(version "1.70.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "made4" version))
(sha256
(base32
"1wrv9d2mp799qzy1bsaj4w7wx12gdhfv9qvklz7z41vfz59d6bq5"))))
(properties `((upstream-name . "made4")))
(build-system r-build-system)
(propagated-inputs
(list r-ade4
r-biobase
r-gplots
r-rcolorbrewer
r-scatterplot3d
r-summarizedexperiment))
(native-inputs (list r-knitr))
(home-page "http://www.hsph.harvard.edu/aedin-culhane/")
(synopsis "Multivariate analysis of microarray data using ADE4")
(description
"This is a package for multivariate data analysis and graphical display
of microarray data. Functions are included for supervised dimension
reduction (between group analysis) and joint dimension reduction of two
datasets (coinertia analysis).")
(license license:artistic2.0)))
(define-public r-methylkit
(package
(name "r-methylkit")