Description Usage Arguments Value
Prepare data for plotting the number of cells
1 2 3 4 5 6 | PrepareCellsNumberPlot(
umi.counts,
breaks,
estimate.cells.number = FALSE,
title = NULL
)
|
umi.counts |
vector with the number of UMIs per cell |
breaks |
numeric Number of breaks in a histogram |
estimate.cells.number |
boolean Whether to calculate cell numbers via EstimateCellsNumber() (default=FALSE) |
title |
title of the plot (default=NULL) |
List with the data, needed for plotting:
plot.df |
data frame with the data for plotting |
title |
title of th plot |
umi.counts |
transformed number of UMIs per cell |
y.label |
y label of the plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.