plotVenn: Plotting a Venn Diagram

Description Usage Arguments Value Examples

Description

plotVenn plots a Venn diagram of the genes identified as differentially expressed in a set of analyses and with the FDR threshold passed as arguments.

Usage

1
plotVenn(analyses, alpha, ...)

Arguments

analyses

a vector od objects of class DifferentialExpressionAnalysis

alpha

FDR: q values below this threshold are considered significant

...

any additional arguments passed to the parameters of a plot function from the VennDiagram package

Value

A Venn Diagram plot.

Examples

1
plotVenn(c(DEA1, DEA2, DEA3), 0.05, lty = "blank", fill = c("skyblue", "pink1", "mediumorchid"))

markozecevic/SBDE documentation built on May 29, 2019, 3:44 a.m.