Code for creating customized DotPlot
DotPlot_scCustom(
seurat_object,
features,
group.by = NULL,
colors_use = viridis_plasma_dark_high,
remove_axis_titles = TRUE,
x_lab_rotate = FALSE,
y_lab_rotate = FALSE,
facet_label_rotate = FALSE,
flip_axes = FALSE,
...
)
Seurat object name.
Features to plot.
Name of one or more metadata columns to group (color) cells by (for example, orig.ident); default is the current active.ident of the object.
specify color palette to used. Default is viridis_plasma_dark_high.
logical. Whether to remove the x and y axis titles. Default = TRUE.
Rotate x-axis labels 45 degrees (Default is FALSE).
Rotate x-axis labels 45 degrees (Default is FALSE).
Rotate facet labels on grouped DotPlots
by 45 degrees (Default is FALSE).
whether or not to flip and X and Y axes (Default is FALSE).
Extra parameters passed to DotPlot
.
A ggplot object