powered by
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)
A ggplot object representing the Venn Diagram.
A list of DEG sets for Venn Diagram creation.
data("all_degs_venn", package = "TransProR") four_degs_venn <- four_degs_venn(all_degs_venn)
Run the code above in your browser using DataLab