4-way venn diagram with ChIPpeakAnno
0
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 11 months ago
United States
Hatice, Thanks for your suggestion, I have added the capability to the makeVennDiagram function in ChIPpeakAnno dev version 1.9.3 to plot 4-way venn diagram for showing binding sites overlap among 4 chip-seq /chip-chip experiments. Thanks to Stephen’s, I have leveraged gplots for drawing the diagram. Best regards, Julie On 5/2/11 5:05 PM, "Flink, Stephen" <stephen.flink@ucdenver.edu> wrote: > At the risk of answering a question that is not being asked, the following is > a way to get 4 or 5 way Venn diagrams: > > library(gplots) > > w1 = (100*runif(100)) %/% 1 > w2 = (100*runif(100)) %/% 1 > w3 = (100*runif(100)) %/% 1 > w4 = (100*runif(100)) %/% 1 > w5 = (100*runif(100)) %/% 1 > > VennList<-list(A=w1, B = w2, C = w3, D = w4, E = w5) > dev.new() > venn(VennList) > > > Steve Flink > ________________________________________ > From: bioconductor-bounces@r-project.org [bioconductor- bounces@r-project.org] > On Behalf Of Zhu, Lihua (Julie) [Julie.Zhu@umassmed.edu] > Sent: Monday, May 02, 2011 10:34 AM > To: Hatice Ulku Osmanbeyoglu > Cc: bioconductor > Subject: Re: [BioC] 4-way venn diagram with ChIPpeakAnno > > Hatice, > > Thanks for the positive feedback! > > Currently, the makeVennDiagram function only supports up to 3 experiments. > > Best regards, > > Julie > > > On 5/2/11 12:26 PM, "Hatice Ulku Osmanbeyoglu" <uosmanbey@gmail.com> wrote: > > Hello, > > I would like to thank you for your group for developing this great R package. > > I am wondering whether is there a way to plot 4-way venn diagram for showing > binding sites for 4 chip-seq experiments. > > Thank you for your assistance in advance. > > Sincerely, > Hatice Ulku Osmanbeyoglu > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ChIPpeakAnno ChIPpeakAnno • 856 views
ADD COMMENT

Login before adding your answer.

Traffic: 309 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6