dada2
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see dada2.
Accurate, high-resolution sample inference from amplicon sequencing data
Bioconductor version: 3.6
The dada2 package infers exact amplicon sequence variants (ASVs) from high-throughput amplicon sequencing data, replacing the coarser and less accurate OTU clustering approach. The dada2 pipeline takes as input demultiplexed fastq files, and outputs the sequence variants and their sample-wise abundances after removing substitution and chimera errors. Taxonomic classification is available via a native implementation of the RDP naive Bayesian classifier, and genus-species assignment by exact matching.
Author: Benjamin Callahan <benjamin.j.callahan at gmail.com>, Paul McMurdie, Susan Holmes
Maintainer: Benjamin Callahan <benjamin.j.callahan at gmail.com>
citation("dada2")):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dada2")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.