-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.18 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
Package: MADDOG
Title: Lineage Designation and Assignment
Version: 0.0.0.9000
Authors@R:
person(given = "Kathryn",
family = "Campbell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = 0000-0002-5123-0469)
)
URL: https://github.com/KathrynCampbell/MADDOG_package
BugReports: https://github.com/KathrynCampbell/MADDOG_package/issues
Description: This package assigns viral sequences to pre-existing lineages given
a reference set, and also allows lineages to be designated given a set of sequences
(an initial step for classification).
License: use_gpl3_license()
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: seqinr,
phangorn,
stringr,
caper,
ips,
adegenet,
ape,
dplyr,
rgdal,
adephylo,
rmarkdown,
knitr,
RColorBrewer,
ggplot2,
ggtree,
treeio,
plotly,
gridExtra,
devtools,
gridExtra,
castor,
phytools
Suggests: knitr, rmarkdown
VignetteBuilder: knitr