.generate_merge_summary_plot | R Documentation |
if plot_var is a factor, a bar plot is returned. if plot_var is.numeric, a violin plot is returned.
.generate_merge_summary_plot(
sce,
plot_var,
unique_id_var,
facet_var = NULL,
plot_points = FALSE
)
sce |
a singlecellexperiment object |
plot_var |
the colData variable with values to plot |
unique_id_var |
the colData variable identifying unique samples |
facet_var |
the colData variable to facet/subset by |
plot_points |
if TRUE plot individual values for violin plots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.