mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-complexheatmap: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-complexheatmap): Move from here... * gnu/packages/bioconductor.scm (r-complexheatmap): ...to here.
This commit is contained in:
parent
84019edf38
commit
ff65fa90d2
2 changed files with 39 additions and 39 deletions
|
@ -2287,6 +2287,45 @@ (define-public r-category
|
|||
analysis.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-complexheatmap
|
||||
(package
|
||||
(name "r-complexheatmap")
|
||||
(version "2.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ComplexHeatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nx1xxpq8zrvi990v9fmvx3msl85pdz5dp1gp6m78q6i4s2alg5x"))))
|
||||
(properties
|
||||
`((upstream-name . "ComplexHeatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cairo" ,r-cairo)
|
||||
("r-circlize" ,r-circlize)
|
||||
("r-clue" ,r-clue)
|
||||
("r-colorspace" ,r-colorspace)
|
||||
("r-digest" ,r-digest)
|
||||
("r-getoptlong" ,r-getoptlong)
|
||||
("r-globaloptions" ,r-globaloptions)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-matrixstats" ,r-matrixstats)
|
||||
("r-png" ,r-png)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page
|
||||
"https://github.com/jokergoo/ComplexHeatmap")
|
||||
(synopsis "Making Complex Heatmaps")
|
||||
(description
|
||||
"Complex heatmaps are efficient to visualize associations between
|
||||
different sources of data sets and reveal potential structures. This package
|
||||
provides a highly flexible way to arrange multiple heatmaps and supports
|
||||
self-defined annotation graphics.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-deseq
|
||||
(package
|
||||
(name "r-deseq")
|
||||
|
|
|
@ -9202,45 +9202,6 @@ (define-public r-genomicfiles
|
|||
provide added flexibility for data combination and manipulation.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-complexheatmap
|
||||
(package
|
||||
(name "r-complexheatmap")
|
||||
(version "2.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ComplexHeatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nx1xxpq8zrvi990v9fmvx3msl85pdz5dp1gp6m78q6i4s2alg5x"))))
|
||||
(properties
|
||||
`((upstream-name . "ComplexHeatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cairo" ,r-cairo)
|
||||
("r-circlize" ,r-circlize)
|
||||
("r-clue" ,r-clue)
|
||||
("r-colorspace" ,r-colorspace)
|
||||
("r-digest" ,r-digest)
|
||||
("r-getoptlong" ,r-getoptlong)
|
||||
("r-globaloptions" ,r-globaloptions)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-matrixstats" ,r-matrixstats)
|
||||
("r-png" ,r-png)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page
|
||||
"https://github.com/jokergoo/ComplexHeatmap")
|
||||
(synopsis "Making Complex Heatmaps")
|
||||
(description
|
||||
"Complex heatmaps are efficient to visualize associations between
|
||||
different sources of data sets and reveal potential structures. This package
|
||||
provides a highly flexible way to arrange multiple heatmaps and supports
|
||||
self-defined annotation graphics.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-dirichletmultinomial
|
||||
(package
|
||||
(name "r-dirichletmultinomial")
|
||||
|
|
Loading…
Reference in a new issue