combineReadTrackingTablesITS | R Documentation |
Convenience function for combining the read-tracking tables across the trimming, filtering, and DADA steps of the ITS processing pipeline.
combineReadTrackingTablesITS(prefilter_table, filter_table, dada_table)
filter_table |
Read-tracking table output by |
dada_table |
Read-tracking table output by |
trim_table |
Read-tracking table output by |
An integer matrix with columns representing each step in the DADA2 ITS 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.