-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.42 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
43
44
45
46
47
48
49
Package: ggtreeSpace
Title: Visualizing Phylomorphospaces using 'ggtree'
Version: 1.3.0
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
role = c("aut", "cre", "ths", "cph"),
comment = c(ORCID = "0000-0002-6485-8781")
),
person(given = "Li", family = "Lin",
email = "[email protected]",
role = "ctb"
)
)
Description: This package is a comprehensive visualization tool specifically
designed for exploring phylomorphospace. It not only simplifies
the process of generating phylomorphospace, but also enhances it
with the capability to add graphic layers to the plot with
grammar of graphics to create fully annotated phylomorphospaces.
It also provide some utilities to help interpret evolutionary
patterns.
Imports:
interp,
ape,
dplyr,
GGally,
ggplot2,
grid,
ggtree,
phytools,
rlang,
tibble,
tidyr,
tidyselect,
stats
Suggests:
knitr,
prettydoc,
rmarkdown,
BiocStyle,
testthat (>= 3.0.0)
License: Artistic-2.0
biocViews: Annotation, Visualization, Phylogenetics, Software
BugReports: https://github.com/YuLab-SMU/ggtreeSpace/issues
URL: https://github.com/YuLab-SMU/ggtreeSpace
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3