Calculate the proportion of merged sequences for a MultiAmplicon object.

calcPropMerged(MA)

# S4 method for MultiAmplicon
calcPropMerged(MA)

Arguments

MA

MultiAmplicon object with the mergers slot filled.

Value

a vector of proportions of merged reads for each amplicon (potentially named).

Details

Merging using dadaMulti can result in loss of sequences with too little overlap. This function determines what proporton of sequences were merged using mergeMulti for each amplicon in a MultiAmplicon object.

Author

Emanuel Heitlinger