makeSequenceTableMulti | R Documentation |
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
|
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.
A MultiAmplicon-class object with the sequenceTable slot filled
Emanuel Heitlinger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.