I'd like to make Venn diagram from Limma decideTests
results. Limma vennDiagram
function is limited to maximum of 5 sets. I tried to make the plot using veneluer
and vennerable
packages in R but I was not successful.
appreciate if someone could help me with this issue.
Thanks a lot!
Thanks for your suggestion Aaron, I will look in that.
Hi I am trying to do the same thing and as advised tried to use the vennCounts output in UpSet function I am getting an error saying :
I checked some examples and in all they use a dataframe as an input I cannot find a way to convert class ‘"VennCounts"’ to a data.frame
Could you please explain how do I use the vennCounts output? Thanks