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 to simplify this plot by encoding the classes 1 and 2 (see label) on the nodes themselves, for example using color, but still keep the different intersections. This means, an intersection with family_2, genus_2 and species_2 is not the same as family_2, genus_2 and species_1. Hence, it would have the similar "dot distribution", i.e. all three will be filled, but in the first intersection all will be one color, while in the second one all but the third will have the same color.
Any ideas? I have tried modifying the y scale of the intersection matrix, but this does not seem to work. Afterward, was planning to modify the scale_color_manual.
I know this might be difficult, since the input of the matrix changes from boolean to categorical (0,1,2).
Code
# Create the upset plotupset_obj<- upset(
data_mod, columns)
Objective
I would like to simplify this plot by encoding the classes 1 and 2 (see label) on the nodes themselves, for example using color, but still keep the different intersections. This means, an intersection with family_2, genus_2 and species_2 is not the same as family_2, genus_2 and species_1. Hence, it would have the similar "dot distribution", i.e. all three will be filled, but in the first intersection all will be one color, while in the second one all but the third will have the same color.
Any ideas? I have tried modifying the y scale of the intersection matrix, but this does not seem to work. Afterward, was planning to modify the scale_color_manual.
I know this might be difficult, since the input of the matrix changes from boolean to categorical (0,1,2).
Code
Screenshot or illustration
Context (required)
ComplexUpset version: 1.3.3
R version details
R session information
The text was updated successfully, but these errors were encountered: