gnu: Add r-biotmledata.

* gnu/packages/bioconductor.scm (r-biotmledata): New variable.

Change-Id: If0793889ddf09b31333c8331cc5ad87f72c16ac2
This commit is contained in:
Ricardo Wurmus 2024-11-26 16:16:03 +01:00 committed by Andreas Enge
parent 4e2cb58f19
commit 6665312474
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1915,6 +1915,29 @@ (define-public r-bcellviper
dataset for the examples in package viper.")
(license license:gpl2+)))
(define-public r-biotmledata
(package
(name "r-biotmledata")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biotmleData" version
'experiment))
(sha256
(base32 "0bnjhn0xirv81lw83ymd4mcmllkrd19gya7fr4j7xq77hjrx1kl7"))))
(properties `((upstream-name . "biotmleData")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/biotmleData")
(synopsis
"Example experimental microarray data set for the \"biotmle\" R package")
(description
"This package provides microarray data (from the Illumina Ref-8 BeadChips
platform) and phenotype-level data from an epidemiological investigation of
benzene exposure, packaged using @code{SummarizedExperiemnt}, for use as an
example with the @code{biotmle} R package.")
(license license:expat)))
(define-public r-bladderbatch
(package
(name "r-bladderbatch")