prep_venn: Prep data for venn diagram

View source: R/fct_05_deg.R

prep_vennR Documentation

Prep data for venn diagram

Description

This function prepares the data from the DEG results with some data transformations and filtering based on specified parameters. The data is then passed into the plot_venn and plot_upset functions.

Usage

prep_venn(limma, up_down_regulated, select_comparisons_venn)

Arguments

limma

Returned list of results from the limma_value function

up_down_regulated

Split the comparisons into either up or down regulated

select_comparisons_venn

The comparisons to plot on the venn diagram

Value

A data frame of formatted data for use in a venn diagram or upset plot


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.