Skip to contents

Creates a scatter plot of cells colored by cluster on dimensional reduction.

Usage

plot_cluster(
  oracle,
  cluster_column = NULL,
  embedding_name = NULL,
  point_size = 0.5,
  alpha = 0.8,
  show_legend = TRUE,
  title = NULL
)

Arguments

oracle

Oracle object

cluster_column

Column for coloring (default: oracle$cluster_column)

embedding_name

Embedding to use (default: oracle$embedding_name)

point_size

Size of points

alpha

Point transparency

show_legend

Show legend

title

Plot title

Value

ggplot object