forked from dcat4/ensembleTax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 844 Bytes
/
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
Package: ensembleTax
Title: Ensemble Taxonomic Assignments of Amplicon Sequencing Data
Version: 1.2.2
Author: Dylan Catlett [aut, cre], Kevin Son [ctb], Connie Liang [ctb]
Maintainer: Dylan Catlett <dcat4444@gmail.com>
Description: Creates ensemble taxonomic assignments of amplicon sequencing data
in R using outputs of multiple taxonomic assignment algorithms and/or
reference databases. Includes flexible algorithms for mapping taxonomic
nomenclatures onto one another and for computing ensemble taxonomic
assignments.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
Biostrings,
DECIPHER,
stringr,
ggplot2,
reshape2,
usethis
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr