vennplot: vennplot

Description Usage Arguments Value Author(s) Examples

View source: R/vennplot.R

Description

plot the overlap of a list of object

Usage

1
vennplot(Sets, by = "gplots")

Arguments

Sets

a list of object, can be vector or GRanges object

by

one of gplots or Vennerable

Value

venn plot that summarize the overlap of peaks from different experiments or gene annotation from different peak files.

Author(s)

G Yu

Examples

1
2
3
4
5
6
7
8
## example not run
## require(TxDb.Hsapiens.UCSC.hg19.knownGene)
## txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
## peakfiles <- getSampleFiles()
## peakAnnoList <- lapply(peakfiles, annotatePeak)
## names(peakAnnoList) <- names(peakfiles)
## genes= lapply(peakAnnoList, function(i) as.data.frame(i)$geneId)
## vennplot(genes)

ChIPseeker documentation built on March 6, 2021, 2 a.m.