plot_deg_venn | R Documentation |
Generate a venn diagram showing overlap between DE genes.
plot_deg_venn(x, sample_comparisons, regulation = "up", fill_color = NULL, ...)
x |
an abject of class |
sample_comparisons |
a character vector of length 2 denoting DE comparisons for which venn diagram to plot. |
regulation |
a character string from |
fill_color |
an argument pass to the function ggvenn::ggvenn. |
... |
other arguments pass to the function ggvenn::ggvenn |
ggplot
x <- parcutils:::.get_parcutils_object_example()
sample_comparisons <- c("treatment1_VS_control","treatment2_VS_control")
plot_deg_venn(x = x, sample_comparisons = sample_comparisons , regulation = "up")
plot_deg_venn(x = x, sample_comparisons = sample_comparisons , regulation = "down")
plot_deg_venn(x = x, sample_comparisons = sample_comparisons , regulation = "both")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.