gnu: Add r-illumina450probevariants-db.
* gnu/packages/bioconductor.scm (r-illumina450probevariants-db): New variable.
This commit is contained in:
parent
a8ea4626ae
commit
1254ce1342
1 changed files with 22 additions and 0 deletions
|
@ -1565,6 +1565,28 @@ (define-public r-hdcytodata
|
|||
includes channel names, protein marker names, and protein marker classes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-illumina450probevariants-db
|
||||
(package
|
||||
(name "r-illumina450probevariants-db")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Illumina450ProbeVariants.db"
|
||||
version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1c1iqxi17s1a1sa1vab2ma7pjq1dxal7ibsiahj66ys0pa4sm42p"))))
|
||||
(properties `((upstream-name . "Illumina450ProbeVariants.db")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/Illumina450ProbeVariants.db")
|
||||
(synopsis
|
||||
"Variant data from 1000 Genomes Project for Illumina HumanMethylation450 Bead Chip probes")
|
||||
(description
|
||||
"This package includes details on variants for each probe on the 450k
|
||||
bead chip for each of the four populations (Asian, American, African and
|
||||
European).")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-italicsdata
|
||||
(package
|
||||
(name "r-italicsdata")
|
||||
|
|
Loading…
Reference in a new issue