combineReadTrackingTables16S | R Documentation |
Convenience function for combining the read-tracking tables across the trimming, filtering, and DADA steps of the 16S processing pipeline.
combineReadTrackingTables16S(trim_table, filter_table, dada_table)
trim_table |
Read-tracking table output by |
filter_table |
Read-tracking table output by |
dada_table |
Read-tracking table output by |
An integer matrix with columns representing each step in the DADA2 16S processing pipeline, and rows representing each input sample, with values representing the read counts remaining at that step for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.