mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add r-enmix.
* gnu/packages/bioconductor.scm (r-enmix): New variable.
This commit is contained in:
parent
96e81b18b9
commit
e93a570fd6
1 changed files with 42 additions and 0 deletions
|
@ -6454,6 +6454,48 @@ (define-public r-edger
|
|||
CAGE.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-enmix
|
||||
(package
|
||||
(name "r-enmix")
|
||||
(version "1.34.02")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ENmix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rn541xfsxfdyzy3dn727bwrfpkgp12282lax7xg1j8584mk4pcf"))))
|
||||
(properties `((upstream-name . "ENmix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationhub
|
||||
r-biobase
|
||||
r-doparallel
|
||||
r-dynamictreecut
|
||||
r-experimenthub
|
||||
r-foreach
|
||||
r-genefilter
|
||||
r-geneplotter
|
||||
r-gplots
|
||||
r-gtools
|
||||
r-illuminaio
|
||||
r-impute
|
||||
r-iranges
|
||||
r-matrixstats
|
||||
r-minfi
|
||||
r-preprocesscore
|
||||
r-quadprog
|
||||
r-rpmm
|
||||
r-s4vectors
|
||||
r-summarizedexperiment))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/release/bioc/html/ENmix.html")
|
||||
(synopsis
|
||||
"Quality control and analysis tools for Illumina DNA methylation BeadChip")
|
||||
(description
|
||||
"This package provides tools for quality control, analysis and
|
||||
visualization of Illumina DNA methylation array data.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-ensembldb
|
||||
(package
|
||||
(name "r-ensembldb")
|
||||
|
|
Loading…
Reference in a new issue