plot_volcano: Volcano DEG plot

View source: R/fct_05_deg.R

plot_volcanoR Documentation

Volcano DEG plot

Description

Use the results from limma-value to create a volcano plot to illustrate the significantly expressed genes. Up and down regulated genes are colored on the ggplot.

Usage

plot_volcano(data, anotate_genes = NULL, plot_colors)

Arguments

data

Dataframe of processed data from volcano_data().

anotate_genes

List of gene names to annotate. Default is NULL.

plot_colors

List containing three colors to differentiate between the up-regulated, down-regulated, and other genes

Value

ggplot with the fold value as the X-axis and the log 10 value of the adjusted p-value as the Y-axis.


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