This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Displaying overlap in 5-6 list transcriptome data

So I have a 6 lists of differentially expressed genes taken at different periods of time. I need a way to show overlap in the genes that recur between lists. Naturally I tried to make a venn diagram, but 5-6 list venn diagrams are hard to follow. Is anyone aware of other methods of presenting data like this? I've been going through google scholars to find papers that present data like this, but I can't find anything.

Thanks, any help is appreciated!

venn diagram rna-seq

If I were to do that, I'd basically just be presenting the raw data though. This is more of a method to present data for a figure than anything else. Like I mentioned, I have lists of differentially expressed genes taken at different time points. I want to find overlaps between these data sets.

1 answer

UpSetR is a recently released R package with powerful graphics for visualizing intersections in complicated cases such as yours.

https://cran.r-project.org/web/packages/UpSetR/index.html

I'll definitely check this out, I'll come back with results as to how I did. Thanks for the help

Log in to answer this question.