bc_plot_count | R Documentation |
This function is used to summarize the counts of each barcode.
bc_plot_count(barcodeObj, bins = 20, useCleaned = TRUE)
## S4 method for signature 'BarcodeObj'
bc_plot_count(barcodeObj, bins = 20, useCleaned = TRUE)
barcodeObj |
A BarcodeObj object |
bins |
The number of bins for the histogram |
useCleaned |
Whether to use the cleaned barcode data |
When useCleaned is TRUE, the cleaned barcode data will be used. Otherwise, the messy barcode data will be used. The output will be different when useCleaned is TRUE or FALSE. It also depends on whether the UMI is available. The counts include:
reads count (with barcode) versus the total reads
reads count per UMI
UMI count per barcode
barcode count per sample
reads or UMI count (dominant barcode) versus total count per sample
reads or UMI count (dominant barcode) distribution
A egg::ggarrange object
data(bc_obj)
bc_plot_count(barcodeObj=bc_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.