mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add r-biotmledata.
* gnu/packages/bioconductor.scm (r-biotmledata): New variable. Change-Id: If0793889ddf09b31333c8331cc5ad87f72c16ac2
This commit is contained in:
parent
4e2cb58f19
commit
6665312474
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue