removeChimeraMulti | R Documentation |
Remove chimeric sequencing read pairs from a MultiAmplicon object.
removeChimeraMulti(MA, mc.cores = getOption("mc.cores", 1L), ...)
MA |
A |
mc.cores |
integer number of cores to use for parallelization accross different amplicons. |
... |
passed on to
|
This is a wrapper for the removeBimeraDenovo
function of dada2
. It works on an
MultiAmplicon-class
object with the sequenceTable
slot filled. Use dadaMulti
,
derepMulti
, mergeMulti
and
makeSequenceTableMulti
on a amplicon sorted (see
sortAmplicons
) MultiAmplicon-class
object to preprocess your multi-marker data to this point.
a MultiAmplicon-class
object with the
sequenceTableNoChime
filled
Emanuel Heitlinger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.