gnu: Add r-bladderbatch.

* gnu/packages/bioconductor.scm (r-bladderbatch): New variable.
This commit is contained in:
Ricardo Wurmus 2022-08-23 11:45:59 +02:00
parent f6bcde85a6
commit 090663a7a5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1221,6 +1221,27 @@ (define-public r-arrmdata
from Illumina 450k methylation arrays.")
(license license:artistic2.0)))
(define-public r-bladderbatch
(package
(name "r-bladderbatch")
(version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "bladderbatch" version
'experiment))
(sha256
(base32
"1dpbaqsqizyi99r0imf5m4lndhhrkyiaqii9bi8rp18fjbjdd72k"))))
(properties `((upstream-name . "bladderbatch")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))
(home-page "https://bioconductor.org/packages/bladderbatch")
(synopsis "Bladder gene expression data illustrating batch effects")
(description
"This package contains microarray gene expression data on 57 bladder samples from
5 batches. The data are used as an illustrative example for the sva package.")
(license license:artistic2.0)))
(define-public r-biscuiteerdata
(package
(name "r-biscuiteerdata")