mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-minfidataepic.
* gnu/packages/bioconductor.scm (r-minfidataepic): New variable. Change-Id: Icce76beb123c0ad45bac09ec88a259b1b271141f
This commit is contained in:
parent
81d799711c
commit
f9e84b561a
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue