-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
52 lines (52 loc) · 1.91 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
50
51
52
Package: treeio
Title: Base Classes and Functions for Phylogenetic Tree Input and Output
Version: 1.31.0
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Tommy Tsan-Yuk", "Lam", email = "[email protected]", role = c("ctb", "ths")),
person("Shuangbin", "Xu", email = "[email protected]", role = "ctb", comment = c(ORCID="0000-0003-3513-5362")),
person("Bradley", "Jones", email = "[email protected]", role = "ctb"),
person("Casey", "Dunn", email = "[email protected]", role = "ctb"),
person("Tyler", "Bradley", email = "[email protected]", role = "ctb"),
person("Konstantinos", "Geles", email = "[email protected]", role = "ctb")
)
Description: 'treeio' is an R package to make it easier to import and store phylogenetic tree with associated data; and to link external data from different sources to phylogeny. It also supports exporting phylogenetic tree with 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.
Depends:
R (>= 3.6.0)
Imports:
ape,
dplyr,
jsonlite,
magrittr,
methods,
rlang,
stats,
tibble,
tidytree (>= 0.4.5),
utils,
yulab.utils (>= 0.1.6)
Suggests:
Biostrings,
cli,
ggplot2,
ggtree,
igraph,
knitr,
rmarkdown,
phangorn,
prettydoc,
purrr,
testthat,
tidyr,
vroom,
xml2,
yaml
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://yulab-smu.top/contribution-tree-data/
BugReports: https://github.com/YuLab-SMU/treeio/issues
biocViews: Software, Annotation, Clustering, DataImport, DataRepresentation,
Alignment, MultipleSequenceAlignment, Phylogenetics
RoxygenNote: 7.3.2