volcano_plot: A Function to Generate Volcano Plots from edgeR Results

Description Usage Arguments Examples

View source: R/volcano_plot.R

Description

This function allows you to easily visualize your DEGs

Usage

1
volcano_plot(et, Title, thresh)

Arguments

et

edgeR output of edgeR glmQLFTest function

Title

String title of the volcano plot

thresh

threshold for statistical significance

Examples

1
volcano_plot(glmQLFTest(fit, contrast=my.contrasts[,"Contrast1"]),"Contrast 1", 0.01)

svarsen/SVApack documentation built on Nov. 5, 2019, 9:41 a.m.