[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/324: gnu: Add r-ggtree.
From: |
guix-commits |
Subject: |
11/324: gnu: Add r-ggtree. |
Date: |
Sat, 5 Jun 2021 03:14:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8caab758834cc6e6c3c664e7c7cb138662413fb0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:47:52 2021 +0200
gnu: Add r-ggtree.
* gnu/packages/bioconductor.scm (r-ggtree): New variable.
---
gnu/packages/bioconductor.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 10463b2..d779a11 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5707,6 +5707,42 @@ heterogeneous associated data to a single tree file and
can be served as a
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")
- branch master updated (7382aa0 -> 8f12002), guix-commits, 2021/06/05
- 01/324: gnu: pigx-rnaseq: Update to 0.0.13., guix-commits, 2021/06/05
- 02/324: guix: Update to Bioconductor 3.13., guix-commits, 2021/06/05
- 04/324: gnu: Add r-ggnewscale., guix-commits, 2021/06/05
- 03/324: gnu: Add r-aplot., guix-commits, 2021/06/05
- 09/324: gnu: Add r-scaledmatrix., guix-commits, 2021/06/05
- 05/324: gnu: Add r-ggpointdensity., guix-commits, 2021/06/05
- 10/324: gnu: Add r-treeio., guix-commits, 2021/06/05
- 11/324: gnu: Add r-ggtree.,
guix-commits <=
- 06/324: gnu: Add r-arrow., guix-commits, 2021/06/05
- 18/324: gnu: r-cytolib: Update to 2.4.0., guix-commits, 2021/06/05
- 16/324: gnu: r-mzr: Update to 2.26.0., guix-commits, 2021/06/05
- 19/324: gnu: r-ncdfflow: Update to 2.38.0., guix-commits, 2021/06/05
- 23/324: gnu: r-aneufinder: Update to 1.20.0., guix-commits, 2021/06/05
- 15/324: gnu: r-msnid: Update to 1.26.0., guix-commits, 2021/06/05
- 21/324: gnu: r-cytoml: Update to 2.4.0., guix-commits, 2021/06/05
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0., guix-commits, 2021/06/05