-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.23 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
Package: ggtreeDendro
Title: Drawing 'dendrogram' using 'ggtree'
Version: 1.9.0
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "[email protected]", role = "ctb",
comment = c(ORCID="0000-0003-3513-5362")),
person("Chuanjie", "Zhang", email = "[email protected]", role = "ctb")
)
Description: Offers a set of 'autoplot' methods to visualize tree-like structures (e.g., hierarchical clustering and classification/regression trees) using 'ggtree'. You can adjust graphical parameters using grammar of graphic syntax and integrate external data to the tree.
Depends:
ggtree (>= 3.5.3)
Imports:
ggplot2,
stats,
tidytree,
utils
Suggests:
aplot,
cluster,
knitr,
MASS,
mdendro,
prettydoc,
pvclust,
rmarkdown,
testthat (>= 3.0.0),
treeio,
yulab.utils
License: Artistic-2.0
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
biocViews: Clustering, Classification, DecisionTree, Phylogenetics, Visualization
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Config/testthat/edition: 3