forked from benjjneb/dada2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdada2-package.Rd
37 lines (33 loc) · 1.46 KB
/
dada2-package.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allPackage.R
\docType{package}
\name{dada2-package}
\alias{dada2-package}
\title{DADA2 package}
\description{
The dada2 package is centered around the DADA2 algorithm for accurate high-resolution
of sample composition from amplicon sequencing data. The DADA2 algorithm is both more
sensitive and more specific than commonly used OTU methods, and resolves amplicon
sequence variants (ASVs) that differ by as little as one nucleotide.
}
\details{
The dada2 package also provides a full set of tools for taking raw amplicon sequencing
data all the way through to a feature table representing sample composition. Provided
facilities include:
\itemize{
\item Quality filtering (\code{\link{filterAndTrim}}, \code{\link{fastqFilter}}, \code{\link{fastqPairedFilter}})
\item Dereplication (\code{\link{derepFastq}})
\item Learn error rates (\code{\link{learnErrors}})
\item Sample Inference (\code{\link{dada}})
\item Chimera Removal (\code{\link{removeBimeraDenovo}}, \code{\link{isBimeraDenovo}}, \code{\link{isBimeraDenovoTable}})
\item Merging of Paired Reads (\code{\link{mergePairs}})
\item Taxonomic Classification (\code{\link{assignTaxonomy}}, \code{\link{assignSpecies}})
}
}
\author{
Benjamin Callahan \email{[email protected]}
Paul J McMurdie II \email{[email protected]}
Michael Rosen \email{[email protected]}
Susan Holmes \email{[email protected]}
}
\keyword{package}