Description Usage Arguments Value
Plot for the estimation of minimal size of high-quality cells.
1 2 3 4 5 6 7 8 | PlotCellsNumberHist(
umi.counts,
breaks = 100,
title = NULL,
estimate.cells.number = FALSE,
alpha = 0.6,
show.legend = TRUE
)
|
umi.counts |
vector with the number of UMIs per cell |
breaks |
numeric Number of breaks in a histogram |
title |
title of the plot (default=NULL) |
estimate.cells.number |
boolean Whether to calculate cell numbers via EstimateCellsNumber() (default=FALSE) |
alpha |
numeric Value of the alpha parameter of the plot (default=0.6) |
Plot of ggplot type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.