Experiment Count - how many IDs belongs to this barcode
Read Count - how many reads belongs to this barcode
Bad Base Quality - how many reads had base quality worse than specified (default is 0)
Bad Average Quality - how many reads had average base quality worse than specified (default is 0)
Bad Alphabet - how many reads had alphabet with bases other than A, C, G, T
Filtered Read Count - how many reads were left after filtering
Unique Reads - how many reads (forward and reverse together) for this barcode is unique
Assigned Reads/Unassigned Reads - how many reads have been assigned/not assigned to any of the experiments
## Warning in data.table::melt(summaryDF_per, id.vars = c("Barcode"),
## measure.vars = c("filtered_read_count", : The melt generic in data.table
## has been passed a data.frame and will attempt to redirect to the relevant
## reshape2 method; please note that reshape2 is deprecated, and this
## redirection is now deprecated as well. To continue using melt methods from
## reshape2 while both libraries are attached, e.g. melt.list, you can prepend
## the namespace like reshape2::melt(summaryDF_per). In the next version, this
## warning will become an error.
## Warning in data.table::melt(summaryDF_per, id.vars = c("Barcode"),
## measure.vars = c("bad_base_quality", : The melt generic in data.table
## has been passed a data.frame and will attempt to redirect to the relevant
## reshape2 method; please note that reshape2 is deprecated, and this
## redirection is now deprecated as well. To continue using melt methods from
## reshape2 while both libraries are attached, e.g. melt.list, you can prepend
## the namespace like reshape2::melt(summaryDF_per). In the next version, this
## warning will become an error.
## Warning in data.table::melt(summaryDF_per, id.vars = c("Barcode"),
## measure.vars = c("assigned_reads", : The melt generic in data.table has
## been passed a data.frame and will attempt to redirect to the relevant
## reshape2 method; please note that reshape2 is deprecated, and this
## redirection is now deprecated as well. To continue using melt methods from
## reshape2 while both libraries are attached, e.g. melt.list, you can prepend
## the namespace like reshape2::melt(summaryDF_per). In the next version, this
## warning will become an error.
Barcodes | Experiment Count | Read Count | Bad base quality | Bad average quality | Bad alphabet | Good Reads | Unique Reads | Unassigned Reads | Assigned Reads |
---|---|---|---|---|---|---|---|---|---|
barcode_1 | 2 | 20 | 0 | 3 | 3 | 14 | 8 | 1 | 7 |
barcode_2 | 3 | 21 | 0 | 0 | 0 | 21 | 9 | 0 | 9 |
Table 1. Reads distributed for each barcode