Could anyone would be able to guide me to draw a venn diagram with five entries with R library VennDiagram.
I have tried the venneuler with success but it does not provide the annotation of the values for display.
The code for venneuler along with the data of the five entries is given below
You probably should try the package Vennerable from R-Forge here. I have tried making Venn diagrams for upto 4 sets and i think this package allows you to go upto 9 sets. But the limitation is you can draw "proportional" Venn diagrams with only upto 3 sets.
There is a good Venn Diagram plotting function in the gplots package. Their help suggests you can use it to plot 5 way Venn Diagrams, but they cannot be proportional.
@WoA I am assuming you are having a LINUX-like environment to work in (Mac OS Terminal will also work equally well). All the usual caveats of privileges apply. If you want to install system-wide, you have to be root.
vennerable does not serve the purpose of interpreting 5-way data representation.
VennDiagram however seems to do so but I'm not sure would it be able to distribute 5 sets of data"(Their example illustrates maximum with 4 sets)
Ly: Could you be more specific in explaining what type of "data" you are referring to use?I have Ids(protein IDs or gene IDs) as data for each entry/set to be compared for drawing a venn diagram
You should ask this question on stackoverflow, there is a bigger R community there: http://stackoverflow.com/questions/tagged/r