-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
42 lines (42 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: ggtreeExtra
Type: Package
Title: An R Package To Add Geometric Layers On Circular Or Other Layout Tree Of "ggtree"
Version: 1.17.0
Authors@R: c(
person(given = "Shuangbin", family = "Xu", role = c("aut", "cre"), email = "xshuangbin@163.com", comment = c(ORCID = "0000-0003-3513-5362")),
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-6485-8781"))
)
Description: 'ggtreeExtra' extends the method for mapping and visualizing associated
data on phylogenetic tree using 'ggtree'. These associated data can be
presented on the external panels to circular layout, fan layout, or other
rectangular layout tree built by 'ggtree' with the grammar of 'ggplot2'.
Imports:
ggplot2,
utils,
rlang,
ggnewscale,
stats,
ggtree,
tidytree (>= 0.3.9),
cli,
magrittr
Suggests:
treeio,
ggstar,
patchwork,
knitr,
rmarkdown,
prettydoc,
markdown,
testthat (>= 3.0.0),
pillar
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/YuLab-SMU/ggtreeExtra/
BugReports: https://github.com/YuLab-SMU/ggtreeExtra/issues
ByteCompile: true
Roxygen: list(markdown = TRUE)
biocViews: Software, Visualization, Phylogenetics, Annotation
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3