color palette to use for plotting. By default if number of levels plotted is less than
or equal to 36 it will use "polychrome" and if greater than 36 will use "varibow" with shuffle = TRUE
both from DiscretePalette_scCustomize.
pt.size
point size for plotting.
group.by
Name of one or more metadata columns to group (color) plot by (for example, orig.ident);
default is the current active.ident of the object.
split.by
Feature to split plots by (i.e. "orig.ident").
file_path
directory file path and/or file name prefix. Defaults to current wd.
file_name
name suffix and file extension.
file_type
File type to save output as. Must be one of following: ".pdf", ".png", ".tiff", ".jpeg", or ".svg".
single_pdf
saves all plots to single PDF file (default = FALSE). `file_type`` must be .pdf.
raster
Convert points to raster format. Default is NULL which will rasterize by default if
greater than 100,000 total points plotted (# Cells x # of features).
dpi
dpi for image saving.
ggplot_default_colors
logical. If colors_use = NULL, Whether or not to return plot using
default ggplot2 "hue" palette instead of default "polychrome" or "varibow" palettes.
color_seed
random seed for the "varibow" palette shuffle if colors_use = NULL and number of
groups plotted is greater than 36. Default = 123.