Description Usage Arguments Value
stacked Violin Plots in one plot
1 2 3 4 5 6 7 8 9 | pl_stackedViolinPlot(
data,
features,
group_by,
groups = NULL,
fill_colors = NULL,
ncol = 1,
facet_scales = "free_y"
)
|
data |
expression matrix of feature by cell, ususally normalized (in log scale) but not feature scaled. |
features |
features to be visualized |
group_by |
a vector including cell annotations |
groups |
only these selected groups to be visualized |
fill_colors |
violion fill colors |
ncol |
number of columns to plot |
facet_scales |
scales of facet_wrap |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.