Description Usage Arguments Value Author(s) Examples
plot the overlap of a list of object
1 |
Sets |
a list of object, can be vector or GRanges object |
by |
one of gplots or Vennerable |
venn plot that summarize the overlap of peaks from different experiments or gene annotation from different peak files.
G Yu
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.