gnu: Add r-minfidataepic.

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

Change-Id: Icce76beb123c0ad45bac09ec88a259b1b271141f
This commit is contained in:
Ricardo Wurmus 2024-11-27 19:29:34 +01:00
parent 81d799711c
commit f9e84b561a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2726,6 +2726,28 @@ timecourse of mouse gastrulation and early organogenesis.")
methylation arrays.")
(license license:artistic2.0)))
(define-public r-minfidataepic
(package
(name "r-minfidataepic")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "minfiDataEPIC" version
'experiment))
(sha256
(base32 "0xqciawmlfxcb0s60d0dk9mc9jga12dmm7qx3dqs1i6p69lmdbiy"))))
(properties `((upstream-name . "minfiDataEPIC")))
(build-system r-build-system)
(propagated-inputs (list r-illuminahumanmethylationepicanno-ilm10b2-hg19
r-illuminahumanmethylationepicmanifest r-minfi))
(home-page "https://bioconductor.org/packages/minfiDataEPIC")
(synopsis "Example data for the Illumina Methylation EPIC array")
(description
"This package provides data from 3 technical replicates of the cell line
GM12878 from the EPIC methylation array.")
(license license:artistic2.0)))
(define-public r-minionsummarydata
(package
(name "r-minionsummarydata")