Creates DimPlot layout containing all samples within Seurat Object from orig.ident column
Seurat object name.
Meta data column to split plots by.
single color to use for all plots or a vector of colors equal to the number of plots.
Adjust point size for plotting.
Control the aspect ratio (y:x axes ratio length). Must be numeric value; Default is NULL.
size for plot title labels.
number of columns in final layout plot.
Dimensionality Reduction to use (if NULL then defaults to Object default).
Which dimensions to plot. Defaults to c(1,2) if not specified.
Convert points to raster format. Default is NULL which will rasterize by default if greater than 200,000 cells.
Pixel resolution for rasterized plots, passed to geom_scattermore(). Default is c(512, 512).
Extra parameters passed to DimPlot
.
A ggplot object