View source: R/Seurat.utils.less.used.R
plotClustSizeDistr | R Documentation |
Generates a bar plot or histogram to visualize the size distribution of clusters within a Seurat object, based on the specified clustering identity.
plotClustSizeDistr(obj = combined.obj, ident, plot = TRUE, thr.hist = 30, ...)
obj |
Seurat object for analysis. Default: |
ident |
Clustering identity to base the plot on.
Default: The second entry from |
plot |
Whether to display the plot (TRUE) or return cluster sizes (FALSE). Default: |
thr.hist |
Threshold for switching from a bar plot to a histogram based on the number of clusters. Default: 30. |
... |
Extra parameters for the plot. |
## Not run:
plotClustSizeDistr()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.