You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the ability to include intersections that have no counts in it for easy comparison between certain upset plots that I am creating. I'm wondering if there is already a mechanism to do this?
I have tried min_size=0 and specifying the intersections that I want to plot with intersections=list(...) but can't seem to get it to plot the intersections without any counts. Is this possible?
Thank you for this suggestion. Do I understand correctly that this is the same issue as in #99?
If yes then it is not possible in 1.1, but I plan to make it possible in the next version (1.2).
Yes, you are right that it is the same enhancement suggestion as #99 - sorry to put in a duplicated issue. I'll look forward to the next version to try out this additional functionality. Thanks for responding so quickly!
Hi @krassowski,
I would like the ability to include intersections that have no counts in it for easy comparison between certain upset plots that I am creating. I'm wondering if there is already a mechanism to do this?
I have tried
min_size=0
and specifying the intersections that I want to plot withintersections=list(...)
but can't seem to get it to plot the intersections without any counts. Is this possible?I am using ComplexUpset version 1.1.0
My
R.Version()
output is:My
sessionInfo()
output is:Thanks for your help!
The text was updated successfully, but these errors were encountered: