mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add r-illuminahumanmethylationepicanno-ilm10b4-hg19.
* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicanno-ilm10b4-hg19): New variable.
This commit is contained in:
parent
1254ce1342
commit
de1c49c25d
1 changed files with 22 additions and 0 deletions
|
@ -662,6 +662,28 @@ (define-public r-illuminahumanmethylation450kmanifest
|
||||||
data.")
|
data.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-illuminahumanmethylationepicanno-ilm10b4-hg19
|
||||||
|
(package
|
||||||
|
(name "r-illuminahumanmethylationepicanno-ilm10b4-hg19")
|
||||||
|
(version "0.6.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri
|
||||||
|
"IlluminaHumanMethylationEPICanno.ilm10b4.hg19"
|
||||||
|
version 'annotation))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0687b4k8hwfc18qgdd9ypv1skp37jd204fszba0gmrv3dc92i09c"))))
|
||||||
|
(properties `((upstream-name . "IlluminaHumanMethylationEPICanno.ilm10b4.hg19")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-minfi))
|
||||||
|
(home-page
|
||||||
|
"https://doi.org/doi:10.18129/B9.bioc.IlluminaHumanMethylationEPICanno.ilm10b4.hg19")
|
||||||
|
(synopsis "Annotation for Illumina's EPIC methylation arrays")
|
||||||
|
(description
|
||||||
|
"This is an annotation package for Illumina's EPIC methylation arrays.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-org-ce-eg-db
|
(define-public r-org-ce-eg-db
|
||||||
(package
|
(package
|
||||||
(name "r-org-ce-eg-db")
|
(name "r-org-ce-eg-db")
|
||||||
|
|
Loading…
Reference in a new issue