PlotClustSizeDistr | R Documentation |
Plot cluster size distribution.
PlotClustSizeDistr(
obj = combined.obj,
category = GetGruffiClusteringName(obj),
plot = TRUE,
thr.hist = 30,
...
)
obj |
Seurat single cell object, Default: combined.obj |
category |
Clustering or any categorical metadata column name. Default: GetGruffiClusteringName(obj) |
plot |
Plot results? Default: TRUE |
thr.hist |
Plot histogram or a barplot? If less than X categories, it draws a barplot. If more, a histogram, Default: 30 |
... |
Pass any other parameter to the internally called functions (most of them should work). |
qbarplot
, qhistogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.