View source: R/supercell_VlnPlot.R
supercell_VlnPlot_single | R Documentation |
Used for supercell_VlnPlot
supercell_VlnPlot_single(
ge1,
supercell_size = NULL,
clusters,
feature = NULL,
color.use = NULL,
pt.size = 0,
pch = "o",
y.max = NULL,
y.min = NULL,
adjust = 1,
angle.text.y = 90,
angle.text.x = 45
)
ge1 |
a gene expression vector (same length as number of super-cells) |
supercell_size |
a vector with supercell size (ordered the same way as in |
clusters |
a vector with clustering information (ordered the same way as in |
feature |
gene to plot |
color.use |
colors for idents |
pt.size |
point size (0 by default) |
pch |
shape of jitter dots |
y.max |
max of y axis |
y.min |
min of y axis |
adjust |
param of geom_violin |
angle.text.y |
rotation of y text |
angle.text.x |
rotation of x text |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.