I'm working on core- and pan-transcriptomics of 5 taxa. I'd like to visualize the dataset and overlapping functional clusters in a scaled Venn diagram, i.e. the circles should be representative of the number of clusters of that species.

For Python I've only found packages that allow up to three input datasets (`matplotlib-venn`), while the packages I've seen in R allow 5 datasets as input but do not scale (`VennDiagram`).

Any suggestions would be great, especially if Python or R relate. Thanks!

Similar questions and discussions