A wrapper around dada
of the dada2
packager for multiple amplicons.
dadaMulti( MA, mc.cores = getOption("mc.cores", 1L), Ferr = NULL, Rerr = NULL, ... )
MA | MultiAmplicon-class object. |
---|---|
mc.cores | mc.cores number or compute cores for parallel
denoising of different amplicons (values > 1 are only allowed
on Unix/Linux systems). Also consider parallelization at the
level of each individual amplicon via
|
Ferr | As in the "err" parameter of dada: the matrix of estimated rates for each possible nucleotide change. In this case for forward reads. |
Rerr | the same for the reverse reads. |
... | additional parameters to be passed to the
|
MultiAmplicon object with dadaF and dadaR slots filled.
The function runs dada
from the package
dada2
to perform
'High resolution sample inference from amplicon data' on multiple
amplicons stored as dereplicated sequences in a
MultiAmplicon-class object.
Emanuel Heitlinger