Package: phylotypr
Type: Package
Title: Classifying DNA Sequences to Taxonomic Groupings
Version: 0.1.1
Authors@R: 
    person("Pat", "Schloss", , "pschloss@umich.edu",
           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
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 (>= 4.2)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-02-21 14:28:08 UTC; pschloss
Author: Pat Schloss [aut, cre, cph] (<https://orcid.org/0000-0002-6935-4275>)
Maintainer: Pat Schloss <pschloss@umich.edu>
Repository: CRAN
Date/Publication: 2025-02-21 14:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-10 04:42:30 UTC; windows
Archs: x64
