Violin plots (similar to VlnPlot with some changes for super-cells)
supercell_VlnPlot(
ge,
supercell_size = NULL,
clusters,
features = NULL,
idents = NULL,
color.use = NULL,
pt.size = 0,
pch = "o",
y.max = NULL,
y.min = NULL,
same.y.lims = FALSE,
adjust = 1,
ncol = NULL,
combine = TRUE,
angle.text.y = 90,
angle.text.x = 45
)combined ggplot or list of ggplots if combine = TRUE
a gene expression matrix (ncol same as number of super-cells)
a vector with supercell size (ordered the same way as in ge)
a vector with clustering information (ordered the same way as in ge)
name of genes of for which gene expression is plotted
idents (clusters) to plot (default all)
colors for idents
point size (0 by default)
shape of jitter dots
max of y axis
min of y axis
same y axis for all plots
param of geom_violin
number of columns in combined plot
combine plots into a single patchworked ggplot object. If FALSE, return a list of ggplot
rotation of y text
rotation of x text