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
Objective
I am trying to order an upset plot both by intersection size (in decreasing order), and by degree (by increasing order) but am not finding a way forward with my code.
I have the same problem and am also unable to figure it out with ComplexUpset - let me know if anyone has a solution! I was able to do it with UpSetR: UpSetR::upset(fromList(genes_sign_40), sets = celltypes, keep.order = TRUE, order.by = 'degree', group.by = 'degree', decreasing = FALSE, show.numbers = FALSE, nintersects = NA)
[cutting off labels since this is work in progress]
Objective
I am trying to order an upset plot both by intersection size (in decreasing order), and by degree (by increasing order) but am not finding a way forward with my code.
Code
However with this code, I get the following:
But what I am trying to get to is this (found online from a different data set).
Screenshot
I'd be grateful for any advice on this.
ComplexUpset version: 1.3.5
The text was updated successfully, but these errors were encountered: