mergeMulti: mergeMulti

View source: R/pipeline.R

mergeMultiR Documentation

mergeMulti

Description

Merge denoised pairs of forward and reverse reads inside an MultiAmplicon object.

Usage

mergeMulti(MA, mc.cores = getOption("mc.cores", 1L), ...)

Arguments

MA

MultiAmplicon-class object with derep and dada slots filled.

mc.cores

number or compute cores for parallel merging of different amplicons (values > 1 are only allowed on Unix/Linux systems).

...

additional arguments to be passed to the mergePairs function of dada2, all arguments to the function can be given as a vector of the same length as the number of primer pairs in the MultiAmplicon object, allowing to specify e.g. justConcatenate to be set TRUE for only some of the amplicons, or to specify different minOverlap for each amplicon. If a shorter vector is given it will be recycled to match the number of amplicons.

Details

This is a wrapper for mergePairs from dada2. It works on an MultiAmplicon-class object with derep and dada slots filled. Use dadaMulti and derepMulti on a amplicon sorted (see sortAmplicons) MultiAmplicon-class object to preprocess your multi-marker data to this point.

Value

A MultiAmplicon-class object with the mergers slot filled.

Author(s)

Emanuel Heitlinger


derele/MultiAmplicon documentation built on Oct. 14, 2023, 7:43 p.m.