Boxplot or Violin plot the count of cells expressing a certain marker
1 2 3 4 5 6 7 8 9 10 11 12 13 | frequency_plot(
x_df,
gene,
group.by = "condition",
rep.by = "series",
plot_type = "box",
express_thres = 15,
perc = T,
add_pval = NULL,
control_group = "base",
AP = NULL,
sum_table = F
)
|
x_df |
a dataframe |
gene |
which gene to plot |
group.by |
the experimental conditions |
rep.by |
the replication for each condition |
express_thres |
the fluorescence value by which a cell is called positive for a gene |
perc |
whether to show the percentage of positive cells or the number of positive cells |
add_pval |
which comparison groups in |
box_plot |
whether to use boxplot or violin plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.