mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add r-minfidata.
* gnu/packages/bioconductor.scm (r-minfidata): New variable.
This commit is contained in:
parent
9e5a079eb4
commit
a545bdd0c1
1 changed files with 23 additions and 0 deletions
|
@ -1587,6 +1587,29 @@ (define-public r-macrophage
|
|||
in Nature Genetics, January 2018.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-minfidata
|
||||
(package
|
||||
(name "r-minfidata")
|
||||
(version "0.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minfiData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"15s3kc629m2c78vkidmp6kcc28sn1wzjzrxazmd8z7x8cdad3q4g"))))
|
||||
(properties `((upstream-name . "minfiData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-illuminahumanmethylation450kanno-ilmn12-hg19
|
||||
r-illuminahumanmethylation450kmanifest
|
||||
r-minfi))
|
||||
(home-page "https://bioconductor.org/packages/minfiData")
|
||||
(synopsis "Example data for the Illumina Methylation 450k array")
|
||||
(description
|
||||
"This package provides data from 6 samples across 2 groups from 450k
|
||||
methylation arrays.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-msdata
|
||||
(package
|
||||
(name "r-msdata")
|
||||
|
|
Loading…
Reference in a new issue