Name Mode Size
..
PacBioErrfun.Rd 100644 1 kb
addSpecies.Rd 100644 3 kb
assignSpecies.Rd 100644 2 kb
assignTaxonomy.Rd 100644 3 kb
c-dada-method.Rd 100644 1 kb
c-derep-method.Rd 100644 1 kb
collapseNoMismatch.Rd 100644 3 kb
dada-class.Rd 100644 1 kb
dada.Rd 100644 6 kb
dada2-package.Rd 100644 1 kb
derep-class.Rd 100644 1 kb
derepFasta.Rd 100644 1 kb
derepFastq.Rd 100644 2 kb
errBalancedF.Rd 100644 1 kb
errBalancedR.Rd 100644 1 kb
fastqFilter.Rd 100644 5 kb
fastqPairedFilter.Rd 100644 7 kb
filterAndTrim.Rd 100644 9 kb
getDadaOpt.Rd 100644 0 kb
getErrors.Rd 100644 1 kb
getSequences.Rd 100644 1 kb
getUniques.Rd 100644 1 kb
inflateErr.Rd 100644 1 kb
isBimera.Rd 100644 2 kb
isBimeraDenovo.Rd 100644 3 kb
isBimeraDenovoTable.Rd 100644 3 kb
isPhiX.Rd 100644 1 kb
isShiftDenovo.Rd 100644 1 kb
learnErrors.Rd 100644 4 kb
loessErrfun.Rd 100644 1 kb
makeSequenceTable.Rd 100644 1 kb
makeSpeciesFasta_RDP.Rd 100644 1 kb
makeSpeciesFasta_Silva.Rd 100644 1 kb
makeTaxonomyFasta_RDP.Rd 100644 1 kb
makeTaxonomyFasta_Silva.Rd 100644 1 kb
makeTaxonomyFasta_SilvaNR.Rd 100644 1 kb
mergePairs.Rd 100644 5 kb
mergeSequenceTables.Rd 100644 3 kb
names-set-dada-ANY-method.Rd 100644 0 kb
names-set-derep-ANY-method.Rd 100644 0 kb
noqualErrfun.Rd 100644 1 kb
nwalign.Rd 100644 2 kb
nwhamming.Rd 100644 1 kb
plotComplexity.Rd 100644 2 kb
plotErrors.Rd 100644 2 kb
plotQualityProfile.Rd 100644 1 kb
qtables2.Rd 100644 1 kb
rc.Rd 100644 1 kb
removeBimeraDenovo.Rd 100644 2 kb
removePrimers.Rd 100644 3 kb
seqComplexity.Rd 100644 2 kb
setDadaOpt.Rd 100644 6 kb
show-methods.Rd 100644 0 kb
tperr1.Rd 100644 1 kb
uniques-vector.Rd 100644 1 kb
uniquesToFasta.Rd 100644 1 kb
writeFasta.Rd 100644 1 kb
README.md
[![Build Status](https://travis-ci.org/benjjneb/dada2.svg?branch=master)](https://travis-ci.org/benjjneb/dada2) # dada2 Exact sample inference from high-throughput amplicon data. Resolves real variants differing by as little as one nucleotide. Visit [the DADA2 website](https://benjjneb.github.io/dada2/index.html) for the most detailed and up-to-date documentation. ### Installation The dada2 package binaries are available through Bioconductor: ```S ## try http:// if https:// URLs are not supported if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("dada2") ``` In order to install dada2 from source (and get the latest and greatest new features) see our [installation from source instructions](https://benjjneb.github.io/dada2/dada-installation.html). ### Documentation The [tutorial walkthrough of the DADA2 pipeline on paired end Illumina Miseq data](https://benjjneb.github.io/dada2/tutorial.html). The [dada2 R package manual](https://www.bioconductor.org/packages/3.6/bioc/manuals/dada2/man/dada2.pdf). Further documentation is available on [the DADA2 front page](http://benjjneb.github.io/dada2/). ### DADA2 Articles [DADA2: High resolution sample inference from Illumina amplicon data. Nature Methods, 2016.](http://dx.doi.org/10.1038/nmeth.3869) [(Open Access link.)](http://rdcu.be/ipGh) [Bioconductor workflow for microbiome data analysis: from raw reads to community analyses. F1000 Research, 2016.](https://f1000research.com/articles/5-1492) [Exact sequence variants should replace operational taxonomic units in marker-gene data analysis. ISMEJ, 2017.](http://dx.doi.org/10.1038/ismej.2017.119) [High-throughput amplicon sequencing of the full-length 16S rRNA gene with single-nucleotide resolution. Nucleic Acids Research, 2019.](http://dx.doi.org/10.1093/nar/gkz569) ### Other Resources Planned feature improvements are publicly catalogued at the main DADA2 development site on github, specifically on the "Issues" page for DADA2: https://github.com/benjjneb/dada2/issues If the feature you are hoping for is not listed, you are welcome to add it as a feature request "issue" on this page. This request will be publicly available and listed on the page. Bugs and difficulties in using DADA2 are also welcome on [the issue tracker](https://github.com/benjjneb/dada2/issues).