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

Scale query #228

Open YY-SONG0718 opened 2 years ago

YY-SONG0718 commented 2 years ago

Add scale of element, intersection and custom query data in MainBar.R. So that when scale.intersections in upset() is set to 'log2' or 'log10', the queries can also be scaled respectively and displayed. Resolving issue #174