four_degs_venn | R Documentation |
This function creates a Venn Diagram using the ggVennDiagram package. It allows customization of various aesthetic elements of the diagram.
four_degs_venn(degs_list)
degs_list |
A list of DEG sets for Venn Diagram creation. |
A ggplot object representing the Venn Diagram.
data("all_degs_venn", package = "TransProR")
four_degs_venn <- four_degs_venn(all_degs_venn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.