mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-biotmledata.
* gnu/packages/bioconductor.scm (r-biotmledata): New variable. Change-Id: If0793889ddf09b31333c8331cc5ad87f72c16ac2
This commit is contained in:
parent
eb688fe356
commit
7c30bdafcf
1 changed files with 23 additions and 0 deletions
|
@ -1915,6 +1915,29 @@ regulatory network. In addition, this package provides a human normal B-cells
|
||||||
dataset for the examples in package viper.")
|
dataset for the examples in package viper.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public r-bladderbatch
|
||||||
(package
|
(package
|
||||||
(name "r-bladderbatch")
|
(name "r-bladderbatch")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue