Description Usage Arguments Value
View source: R/visualization.R
Plot a single expression by identity on a plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
data |
Data to plot |
idents |
Idents to use |
split |
Use a split violin plot |
type |
Make either a “ridge” or “violin” plot |
sort |
Sort identity classes (on the x-axis) by the average expression of the attribute being potted |
y.max |
Maximum Y value to plot |
adjust |
Adjust parameter for geom_violin |
pt.size |
Size of points for violin plots |
cols |
Colors to use for plotting |
seed.use |
Random seed to use. If NULL, don't set a seed |
log |
plot Y axis on log scale |
raster |
Convert points to raster format. Requires 'ggrastr' to be installed.
default is |
A ggplot-based Expression-by-Identity plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.