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(Deseq2, edgeR, limma, name)

Arguments

Deseq2, edgeR, limma

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
Deseq2 = sample(1:100,30);edgeR = sample(1:100,30);limma = sample(1:100,30)
draw_venn(Deseq2,edgeR,limma,"test")

xjsun1221/tinyplanet documentation built on April 2, 2020, 4:51 a.m.