mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add r-ggtree.
* gnu/packages/bioconductor.scm (r-ggtree): New variable.
This commit is contained in:
parent
ab4a91b252
commit
8caab75883
1 changed files with 36 additions and 0 deletions
|
@ -5707,6 +5707,42 @@ (define-public r-treeio
|
|||
platform for merging tree with associated data and converting file formats.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-ggtree
|
||||
(package
|
||||
(name "r-ggtree")
|
||||
(version "3.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ggtree" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i665b5jxgsv3ncxmczy7n0h911br44dw9f7m4jwv3pjmr5mm6vk"))))
|
||||
(properties `((upstream-name . "ggtree")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ape" ,r-ape)
|
||||
("r-aplot" ,r-aplot)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-purrr" ,r-purrr)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-rvcheck" ,r-rvcheck)
|
||||
("r-scales" ,r-scales)
|
||||
("r-tidyr" ,r-tidyr)
|
||||
("r-tidytree" ,r-tidytree)
|
||||
("r-treeio" ,r-treeio)))
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://yulab-smu.top/treedata-book/")
|
||||
(synopsis "R package for visualization of trees and annotation data")
|
||||
(description
|
||||
"This package extends the ggplot2 plotting system which implements a
|
||||
grammar of graphics. ggtree is designed for visualization and annotation of
|
||||
phylogenetic trees and other tree-like structures with their annotation
|
||||
data.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-biocsingular
|
||||
(package
|
||||
(name "r-biocsingular")
|
||||
|
|
Loading…
Reference in a new issue