-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.45 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
53
Package: phylotax
Type: Package
Title: Refine taxonomic assignment of environmental sequences using a taxonomic tree
Version: 0.0.4
Authors@R: person(given = "Brendan", family = "Furneaux",
email = "[email protected]",
role = c("aut", "cre"))
Description: Combines taxonomic assignments made with different methods or
databases using a phylogenetic tree. Clades within the tree are assigned
to a taxon if the assignment is consistent with at least one result for all
of the members of the clade, except the members that do not have any
assignments at all. This resolves conflict between different methods, while
also adding assignments to unknown sequences which are nested in an
identified clade.
The package also includes helper functions to assign taxonomy using several
methods, and compile the results into a uniform format.
License: GPL-3
URL: https://www.github.com/brendanf/phylotax
BugReports: https://www.github.com/brendanf/phylotax/issues
Encoding: UTF-8
LazyData: true
Requires: R (>= 3.0.0)
Imports:
ape,
assertthat,
Biostrings,
checkmate,
digest,
dplyr,
futile.logger,
magrittr,
Matrix,
methods,
phangorn,
plyr,
purrr,
readr,
rlang,
seqinr,
taxa,
tibble,
tidyr
Suggests:
dada2,
DECIPHER,
phyloseq,
ShortRead,
covr,
testthat (>= 2.1.0)
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)