Create a sequence table inside a MultiAmplicon object.
makeSequenceTableMulti(MA, mc.cores = getOption("mc.cores", 1L), ...)
MA |
|
---|---|
mc.cores | number of compute cores to use parallelizing computations over different amplicons. Only available on *nix systems. |
... | additional parameters to be passed to the
|
A MultiAmplicon-class object with the sequenceTable slot filled
This is a wrapper for the makeSequenceTable
function of dada2
. It works on an
MultiAmplicon-class
object with the mergers slot
filled. Use dadaMulti
and derepMulti
on an amplicon sorted (see sortAmplicons
)
MultiAmplicon-class
object to preprocess your
multi-marker data to this point.
Emanuel Heitlinger