-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.48 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
Package: apex
Title: Phylogenetic Methods for Multiple Gene Data
Version: 1.0.6
Authors@R: c(KS=person("Klaus", "Schliep", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2941-0161")),
TJ=person("Thibaut", "Jombart", , "[email protected]", role = c("aut")),
ZK=person("Zhian Namir", "Kamvar", email = "[email protected]", role = c("aut")),
EA=person("Eric", "Archer", email="[email protected]", role = c("aut")),
RH=person("Rebecca", "Harris", email="[email protected]", role = c("aut")))
Description: Toolkit for the analysis of multiple gene data (Jombart et al. 2017) <doi:10.1111/1755-0998.12567>.
'apex' implements the new S4 classes 'multidna', 'multiphyDat' and associated methods to handle aligned DNA sequences from multiple genes.
Depends:
R (>= 3.1.3),
methods,
ape,
phangorn
Imports:
utils,
graphics,
stats,
adegenet
License: GPL (>=2)
URL: https://github.com/thibautjombart/apex
BugReports: https://github.com/thibautjombart/apex/issues
Collate:
doc.R
internal.R
multidna.class.R
multiphyDat.class.R
add.gaps.R
rm.gaps.R
show.R
multidna.constructor.R
multiphyDat.constructor.R
accessors.R
subset.R
concatenate.R
plot.R
readfiles.R
datasets.R
dist.R
getTree.R
exports.R
VignetteBuilder: knitr
Suggests:
testthat,
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.0
Roxygen: list(old_usage = TRUE)