Rdocumentation
powered by
Learn R Programming
dada2 (version 1.0.3)
qtables2: Internal tables function
Description
Internal function to replicate ShortRead::tables functionality while also returning average quals and a map from reads to uniques
Usage
qtables2(x, qeff = FALSE)
Arguments
x
ShortReadQ. The ShortReadQ-class object to table (or dereplicate).
qeff
logical(1)
. Calculate average quality by first transforming to expected error rate.
Value
List. Matches format of derep-class object.