Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
4answers
809 views

Venn diagram generation software from RCC(8) specification or similar

Please note: While the bounty is no longer available, I'm still keen for anyone with a good answer to this question to contribute; I'm still watching it, and will award upvotes to good new answers. ...
9
votes
4answers
500 views

.NET Venn Diagram Library

Is there an open source or paid .NET library that will create diagrams with two important features: Create Venn Diagrams Save the diagrams as images?
9
votes
4answers
3k views

Venn Diagrams with R?

@Totovader just asked if there are other packages for doing Venn diagrams in R besides the limma package. Anyone got tips? Here's some notes on doing Venn diagrams with the limma packages.
7
votes
1answer
284 views

CSS Venn Diagram mouse hover

I'm trying to create a pure css Venn diagram like this Where the circle gets highlighted on mouse hover. But the problem is: using the border-radius property if I mouse over the corner of the circle ...
6
votes
2answers
154 views

Venn diagram in R proportional and color shading possible (semi-transparency supported if possible)

I have following type of count data. A 450 B 1800 A and B both 230 I want to develop a color full (possibily semi-tranparency at intersections) like the following venn diagram. Is it ...
2
votes
1answer
268 views

VennDiagram create list of vennCounts

I have a table like this: > updownregtable PIM WDR MYC OBX ILMN_1651282 0 ...
1
vote
0answers
33 views

R: How to display elements, instead of just counts, within each circle of a Venn diagram?

For example, set A={a,b,c} and set B={b,c,d} and the intersection of sets A and B should be {b,c}. But how can I display {b,c} instead of the count 2 in a Venn diagram? I tried venn in the limma ...
1
vote
3answers
573 views

How to plot venn diagram with 4 sets

I have four sets of IDs (stored in separate text files) and I would like to create a Venn diagram showing how these sets overlap. I was able to paste the lists into this web app and get a simple ...
1
vote
0answers
53 views

Good visualisation for correlated events

I'm writing a Log-Event correlator. The principle is to have several log-sources analyzing the same signal in multiple places, and then correlate all events to determine causes by method of ...
1
vote
1answer
845 views

Venn Diagram up to 4 lists - outputting the intersections and unique sets

in my work I use a lot of Venn diagrams, and so far I've been relying on the web-based "Venny". This offers the nice option to export the various intersections (i.e., the elements belonging only to ...
0
votes
1answer
175 views

Compute a matrix comparison of lists with eVenn in R

I've got a number of lists with pairs of columns of intersecting elements, here supposing sets 1, 2, 3, that can have a 1-to-1, 1-to-many and many-to-many relationship: df1 = data.frame( X1 = ...
0
votes
0answers
125 views

VennCounts, which genes are in the list counts [closed]

Possible Duplicate: VennDiagram create list of vennCounts I have a question about the vennCount function in limma. If I use this function, the result gives a table with all possible ...
0
votes
2answers
841 views

Venn Diagram from a list of sentences

I have a list of many sentences in Excel on each row in a column. I have like 3 or more columns with such sentences. There are some common sentences in these. Is it possible to create a script to ...
0
votes
3answers
1k views

Recommend a Linux or browser-based Venn diagram drawing tool

I'm looking for a tool to draw good-looking Venn diagrams, for use on a Linux-based PHP site, which already employs Flash for graph drawing (Open Flash Chart 2). Free (as in beer or speech) would be ...
-1
votes
3answers
487 views

R Venn Diagram package Venerable unavailable - alternative package?

I need to plot area proportional Venn Diagrams with at least 5 variables. I tried to install Vennerable package but its just not available anymore. Link to windows build doesn't work (page not ...