You can figure it out
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | plot_genes_violin(
cds_subset,
grouping = "Cluster",
min_expr = 0.1,
scale_y = NULL,
cell_size = 0.75,
nrow = NULL,
ncol = 1,
panel_order = NULL,
color_by = NULL,
remove_zeros = T,
plot_trend = F,
label_by_short_name = TRUE,
relative_expr = TRUE,
lognorm = TRUE,
noise = FALSE,
adjust = 2,
scale = "width",
jitter = FALSE,
trim = FALSE,
jitter_alpha = 0.3,
round = FALSE,
jitterzeros = FALSE,
jitter_width = 0.05,
jitter_height = 0,
box_color = "red",
violin_alpha = 1,
boxplot = F,
bwidth = 0.3,
bcolor = "white"
)
|
cds |
Input cell_data_set object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.