Learn R Programming

TransProR (version 1.0.2)

four_degs_venn: Function to Create a Venn Diagram of DEGs

Description

This function creates a Venn Diagram using the ggVennDiagram package. It allows customization of various aesthetic elements of the diagram.

Usage

four_degs_venn(degs_list)

Value

A ggplot object representing the Venn Diagram.

Arguments

degs_list

A list of DEG sets for Venn Diagram creation.

Examples

Run this code
data("all_degs_venn", package = "TransProR")
four_degs_venn <- four_degs_venn(all_degs_venn)

Run the code above in your browser using DataLab