mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add r-illuminahumanmethylation450kmanifest.
* gnu/packages/bioconductor.scm (r-illuminahumanmethylation450kmanifest): New variable.
This commit is contained in:
parent
3f1617da19
commit
9e5a079eb4
1 changed files with 22 additions and 0 deletions
|
@ -640,6 +640,28 @@ (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
|
||||||
data.")
|
data.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-illuminahumanmethylation450kmanifest
|
||||||
|
(package
|
||||||
|
(name "r-illuminahumanmethylation450kmanifest")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri
|
||||||
|
"IlluminaHumanMethylation450kmanifest"
|
||||||
|
version 'annotation))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0qx75xwifrbkqmbkd8dhf44c34ibmbivqh7y8rvgrsizmi5ybcj1"))))
|
||||||
|
(properties `((upstream-name . "IlluminaHumanMethylation450kmanifest")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-minfi))
|
||||||
|
(home-page
|
||||||
|
"https://bioconductor.org/packages/IlluminaHumanMethylation450kmanifest")
|
||||||
|
(synopsis "Annotation for Illumina's 450k methylation arrays")
|
||||||
|
(description "This package provides a manifest for Illumina's 450k array
|
||||||
|
data.")
|
||||||
|
(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