mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-illuminahumanmethylationepicanno-ilm10b2-hg19.
* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicanno-ilm10b2-hg19): New variable. Change-Id: I110d1b71fa45bc1c5e81399de0a89aab99d45031
This commit is contained in:
parent
aae349d50f
commit
81d799711c
1 changed files with 21 additions and 0 deletions
|
@ -334,6 +334,27 @@ functions for previous uncharacteried genes and alleles.")
|
||||||
using the crlmm package.")
|
using the crlmm package.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-illuminahumanmethylationepicanno-ilm10b2-hg19
|
||||||
|
(package
|
||||||
|
(name "r-illuminahumanmethylationepicanno-ilm10b2-hg19")
|
||||||
|
(version "0.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "IlluminaHumanMethylationEPICanno.ilm10b2.hg19"
|
||||||
|
version
|
||||||
|
'annotation))
|
||||||
|
(sha256
|
||||||
|
(base32 "0sfdx0lpiw3l4passx93pjfswd0iv3hxdc7ciazh53baib3xpv2d"))))
|
||||||
|
(properties `((upstream-name . "IlluminaHumanMethylationEPICanno.ilm10b2.hg19")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-minfi))
|
||||||
|
(home-page "https://bitbucket.com/kasperdanielhansen/Illumina_EPIC")
|
||||||
|
(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-jaspar2020
|
(define-public r-jaspar2020
|
||||||
(package
|
(package
|
||||||
(name "r-jaspar2020")
|
(name "r-jaspar2020")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue