plot_cc | R Documentation |
Plot Cell Cycle Distribution
plot_cc(sobject, plot_type = "bar")
sobject |
A Seurat object |
plot_type |
Type of plot to output, one of "bar" or "pie" |
a ggplot object
## Not run:
plot_cc(marrow)
plot_cc(marrow) + facet_wrap(~ Cluster, nrow = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.