[BioC] venn diagrams

Natasha Sahgal nsahgal at well.ox.ac.uk
Tue Apr 24 11:28:58 CEST 2012


Hi Stefi,

Perhaps the venn.diagram function in the VennDiagram package might be useful.


HTH,
Natasha



-----Original Message-----
From: bioconductor-bounces at r-project.org [mailto:bioconductor-bounces at r-project.org] On Behalf Of Steve Lianoglou
Sent: 22 April 2012 16:02
To: bioconductor at r-project.org list
Subject: Re: [BioC] venn diagrams

Forgot to CC list:

Hi Stefi,

On Sat, Apr 21, 2012 at 2:30 PM, Stefanie Gerstberger <stefanie.gerstberger at ymail.com> wrote:
>
>
> Hi list,
> I'm looking for a scalable way to draw venn diagrams. I previously used vennerable, but this doesn't seem to be supported any more in R version 2.13.
> is there any other way to draw scaled venn diagrams?

Not sure, but this thread seems to suggest gplots has some venn diagram capability and also mentions another package called venneuler:

http://cran.r-project.org/web/packages/venneuler/index.html

But still, assuming you have Vennerable's dependencies installed, I suspect you can get Vennerable to install if you specify type="source". Instead of this:

> install.packages("Vennerable", repos="http://R-Forge.R-project.org")
> Warning: unable to access index for repository 
> http://R-Forge.R-project.org/bin/macosx/leopard/contrib/2.13

Try:

install.packages("Vennerable", repos="http://r-forge.r-project.org",
type="source")

(or you can also svn checkout the package and `R CMD INSTALL` from the command line)

HTH,
-steve

--
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact

_______________________________________________
Bioconductor mailing list
Bioconductor at r-project.org
https://stat.ethz.ch/mailman/listinfo/bioconductor
Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list