hms-dbmi / UpSetR

An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
https://cran.rstudio.com/web/packages/UpSetR
Other
763 stars 156 forks source link

How to get the genes that are part of each intersection? #243

Open anemartinezlarrinaga2898 opened 1 year ago

anemartinezlarrinaga2898 commented 1 year ago

Hello,

I have managed to generate the plot I wanted, however, now I would want to get the amount of genes that are in each of barplot of the matrix. This means if in the first case I have 100 genes, I wanted to know which are this 100 genes that are common in all the sets!

Thanks you!