-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.36 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
Package: phylotypr
Type: Package
Title: Classifying DNA Sequences to Taxonomic Groupings
Version: 0.1.0.9000
Authors@R:
person("Pat", "Schloss", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6935-4275"))
Description: Classification based analysis of DNA sequences to taxonomic groupings. This package primarily implements Naive Bayesian Classifier from the Ribosomal Database Project. This approach has traditionally been used to classify 16S rRNA gene sequences to bacterial taxonomic outlines; however, it can be used for any type of gene sequence. The method was originally described by Wang, Garrity, Tiedje, and Cole in Applied and Environmental Microbiology 73(16):5261-7 <doi:10.1128/AEM.00062-07>. The package also provides functions to read in 'FASTA'-formatted sequence data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
URL: https://github.com/mothur/phylotypr, https://mothur.org/phylotypr/
BugReports: https://github.com/mothur/phylotypr/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
purrr,
dplyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
Rcpp,
readr (>= 2.1.0),
Rfast (>= 2.1.0),
stats (>= 4.0.0),
stringi (>= 1.8.0)
LinkingTo:
Rcpp
Depends:
R (>= 2.10)
VignetteBuilder: knitr