qiime2 / q2-dada2

QIIME 2 plugin wrapping DADA2
BSD 3-Clause "New" or "Revised" License
19 stars 36 forks source link

denoise-paired: add % merged to stats output #115

Closed nbokulich closed 4 years ago

nbokulich commented 5 years ago

Improvement Description For paired-end, successful merging is crucial, and it would be useful to display the % merged. IMO the other columns are fine with just absolute values, bit relative yields are very important after merging: it is useful to know whether, e.g., 90% of sequences are failing to merge in specific samples and not others.

Current Behavior Only absolute values are given.

Proposed Behavior Provide additional column: merged % = (merged column / denoised column * 100)