draw_venn: draw a venn plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plots.R

Description

print a venn plot for deg result created by three packages

Usage

1
draw_venn(x, y, z, name)

Arguments

x, y, z

a character vector ,diffriencial analysis genes by Deseq2 ,edgeR ,limma respectively

name

main of the plot

Value

a venn plot according to x, y and.z named "name" paramter

Author(s)

Xiaojie Sun

See Also

draw_pca;draw_volcano;draw_heatmap

Examples

1
2
x = sample(1:100,30);y = sample(1:100,30);z = sample(1:100,30)
draw_venn(x,y,z,"test")

xjsun1221/bioinfor documentation built on March 5, 2020, 12:50 a.m.