Plot total counts per barcode in library
plotBarcodeCounts.Rd
Simple plot of total read counts per barcode across samples.
Arguments
- dgeObject
DGE object with barcode counts
- order
Order the dataset by decreasing abundance (boolean). Default = `FALSE`.
- log10
log10 transform the data. Adds a pseudocount of 1 (boolean). Default = `FALSE`.
Examples
data(test.dge)
plotBarcodeCounts(test.dge)
plotBarcodeCounts(test.dge, order = TRUE, log10 = TRUE)