Learn R Programming

TransProR (version 1.0.2)

all_degs_venn: All DEGs Venn Diagram Data

Description

A dataset containing the differentially expressed genes (DEGs) from four different statistical analysis methods: DESeq2, edgeR, limma, and Wilcoxon test. This dataset is used for generating Venn diagrams to compare the overlap of DEGs identified by different methods.

Usage

data(all_degs_venn)

Arguments

Format

A list with the following components:

DESeq2

A vector of gene IDs or gene symbols identified as DEGs by the DESeq2 method.

edgeR

A vector of gene IDs or gene symbols identified as DEGs by the edgeR method.

limma

A vector of gene IDs or gene symbols identified as DEGs by the limma method.

Wilcoxon_test

A vector of gene IDs or gene symbols identified as DEGs by the Wilcoxon test method.

Examples

Run this code
data(all_degs_venn)
# Example of plotting a Venn diagram using the dataset

edge_colors <- c("#1b62bb","#13822e","#332c3a","#9e2d39")
name_color <- c("#1b64bb","#13828e","#337c3a","#9e9d39")
fill_colors <- c("#e3f2fa", "#0288d1")

Contrast_degs_venn <- Contrast_Venn(all_degs_venn, edge_colors, name_color, fill_colors)

Run the code above in your browser using DataLab