I know they are popular but Venn diagrams with more than 3 sets are very hard to read!! Why not just a matrix (table) with the numbers for all sets intersections, diagonals having the size of the sets? Or if you want to some graph rather than a table, why not a multidimensionality reduction strategy?
A colleague suggested upsetR
They seem like a very good alternative to Venn diagrams!
I would suggest you think about which message you want to send with your data, and whether an 8-way Venn diagram is the right way to do that. I don't think there is any justified case, but I don't know your data.
As plenty of comments pointed out, Venn diagrams for lots of sets are a bad idea. Check for alternatives here and here. Several people seem to like UpSet, I never used it so can't give an informed recommendation.
Hi, I have performed ripseq analysis using ripseeker tool where i have identified the peaks (binding). I want to perform motif identification for the same. …
hello Biostar, I have a list of the transcription factor, I want know gene which this transcription factor regulates. kindly suggest me database or tools …
I have made a Contrasts matrix as design <- model.matrix(~0+f) colnames(design) <- levels(f) design fit <- lmFit(eset,design) names(fit) cont.matrix <- makeContrasts(C9T9="Control9-Treated9",C24T24="Control24-Treated24",........................................,levels=design) cont.matrix fit2 <- contrasts.fit(fit, …
I know they are popular but Venn diagrams with more than 3 sets are very hard to read!! Why not just a matrix (table) with the numbers for all sets intersections, diagonals having the size of the sets? Or if you want to some graph rather than a table, why not a multidimensionality reduction strategy?
A colleague suggested upsetR They seem like a very good alternative to Venn diagrams!
Sorry, I couldn't resist.
And how about this one
I would suggest you think about which message you want to send with your data, and whether an 8-way Venn diagram is the right way to do that. I don't think there is any justified case, but I don't know your data.