Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Venn diagram in R - extract elements of each single Venn-Area or even make it interactive

I have a list of genes from sequencing. This list of genes is annotated to a GEN-ID. An example of one list is shown on the link below. file format of lists In this list a number means the gen is ...
EpiG88's user avatar
  • 1
0 votes
1 answer
71 views

Create lists by comparing existing lists in python and export to excel

I am working on the python script trying to create the excel file with columns in the following way: a only b only c only a and b but not in c b and c but not in a c and a but not in b a and ...
botloggy's user avatar
  • 393
3 votes
1 answer
2k views

Accurate Venn diagrams using eulerr

I'm trying to use the eulerr package to create Venn diagrams. I have 2 lists that I would like to use to create the Venn diagram with. 1 of the lists is a subset of the first. Strangely, eulerr seems ...
John Gagnon's user avatar
-1 votes
1 answer
605 views

How to have R Venn Diagram of two matrices differences?

I want to have a venn diagram of the differences in two matrices p.mat.p and p.mat.t which have same dimensions when alpha set. Pseudocode add item to the intersection if matches between two matrices;...
Léo Léopold Hertz 준영's user avatar
4 votes
1 answer
4k 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 ...
Einar's user avatar
  • 4,901