This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to create a Venn diagram using ortholog clusters?

Hi.

I have utilized the software get_homologues in order to find ortholog clusters of 4 bacterial strains.

I have obtained a huge table file with the following format:

Strains        Group 1     Group 2     Group 3     Group 4     Group 5
Organism_A     1           1           1           1           3
Organism_B     1           1           1           1           0
Organism_C     1           1           1           1           1
Organism_D     1           1           1           1           1

Do you know a venn plotter software that is able to read this kind of table?

Thanks

get_homologues venn-diagram ortholog

1 answer

You could try the VennDiagram package.

R (CRAN)

Have a look at its documentation and examples, to see how it works.

Here is an example: http://rstudio-pubs-static.s3.amazonaws.com/13301_6641d73cfac741a59c0a851feb99e98b.html

Hello fhsantanna, i wonder if you can still remember the awk script that you used for the filtering of the orthomcl report and care to share to me? Thanks

Log in to answer this question.