| plotReadsPerCell | R Documentation | 
Plot the distribution of read counts for all unfiltered cellular barcodes.
plotReadsPerCell(object, ...)
## S4 method for signature 'bcbioSingleCell'
plotReadsPerCell(
  object,
  interestingGroups = NULL,
  geom = c("histogram", "ecdf", "violin", "ridgeline", "boxplot"),
  cutoffLine = FALSE,
  title = "Reads per cell"
)
| object | Object. | 
| interestingGroups | 
 | 
| geom | 
 | 
| cutoffLine | 
 | 
| title | 
 | 
| ... | Additional arguments. | 
ggplot.
Updated 2023-12-04.
Michael Steinbaugh, Rory Kirchner
data(bcb)
## bcbioSingleCell ====
plotReadsPerCell(bcb, geom = "histogram")
plotReadsPerCell(bcb, geom = "ecdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.