four_degs_venn: Function to Create a Venn Diagram of DEGs

View source: R/FourDegsVenn.R

four_degs_vennR Documentation

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)

Arguments

degs_list

A list of DEG sets for Venn Diagram creation.

Value

A ggplot object representing the Venn Diagram.

Examples

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

TransProR documentation built on April 4, 2025, 3:16 a.m.