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'm trying to create a UpSet plot for a repertoire of 7 items.
However, I want to create the plot such that it plots all possible intersections with count >= 1.
I thought this would be accomplished by simply setting empty.intersections = "off", but this seems to cause a significant number of missing intersections that do not have a count of 0.
And if I try to set nintersects=NA with the empty.intersections='off', I get back almost all the missing intersections, but it still includes the intersections with a count of 0.
How can I fix this? I can't seem to find any information in the documentation.
Thank you!
The text was updated successfully, but these errors were encountered:
If you use empty.intersections = NULL, it should work.
I've been trying to incorporate UpSetR in a ShinyApp, and having to deal with NULL as a parameter is kinda awkward. Would it be possible to change this option to accept TRUE/FALSE/NA values?
I'm trying to create a UpSet plot for a repertoire of 7 items.
However, I want to create the plot such that it plots all possible intersections with count >= 1.
I thought this would be accomplished by simply setting empty.intersections = "off", but this seems to cause a significant number of missing intersections that do not have a count of 0.
And if I try to set nintersects=NA with the empty.intersections='off', I get back almost all the missing intersections, but it still includes the intersections with a count of 0.
How can I fix this? I can't seem to find any information in the documentation.
Thank you!
The text was updated successfully, but these errors were encountered: