plot_cc: Plot Cell Cycle Distribution

View source: R/scSeurat.R

plot_ccR Documentation

Plot Cell Cycle Distribution

Description

Plot Cell Cycle Distribution

Usage

plot_cc(sobject, plot_type = "bar")

Arguments

sobject

A Seurat object

plot_type

Type of plot to output, one of "bar" or "pie"

Value

a ggplot object

Examples

## Not run: 
plot_cc(marrow)

plot_cc(marrow) + facet_wrap(~ Cluster, nrow = 1)

## End(Not run)

kidcancerlab/rrrSingleCellUtils documentation built on April 17, 2025, 5:10 p.m.