mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add r-bigmelon.
* gnu/packages/bioconductor.scm (r-bigmelon): New variable.
This commit is contained in:
parent
7d2cb646f7
commit
6b5f59c7a6
1 changed files with 28 additions and 0 deletions
|
@ -5413,3 +5413,31 @@ (define-public r-gdsfmt
|
|||
efficient random access. It is also allowed to read a GDS file in parallel
|
||||
with multiple R processes supported by the package @code{parallel}.")
|
||||
(license license:lgpl3)))
|
||||
|
||||
(define-public r-bigmelon
|
||||
(package
|
||||
(name "r-bigmelon")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bigmelon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0269kf3d34dbng3swk7pclpk02vy4k3askygmzi5my3fqyfzdkj9"))))
|
||||
(properties `((upstream-name . "bigmelon")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-gdsfmt" ,r-gdsfmt)
|
||||
("r-geoquery" ,r-geoquery)
|
||||
("r-methylumi" ,r-methylumi)
|
||||
("r-minfi" ,r-minfi)
|
||||
("r-watermelon" ,r-watermelon)))
|
||||
(home-page "https://bioconductor.org/packages/bigmelon/")
|
||||
(synopsis "Illumina methylation array analysis for large experiments")
|
||||
(description
|
||||
"This package provides methods for working with Illumina arrays using the
|
||||
@code{gdsfmt} package.")
|
||||
(license license:gpl3)))
|
||||
|
|
Loading…
Reference in a new issue