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 want to normalize the intersection_size data from 0 to 1. I have created 4 different upset plots using the ComplexUpset package in R. The 4 plots have different intersection sizes since the lengths of the data frames range from 300 to 12000. I was hoping to have a same y-axis scale for ease of clarity and discussion.
I have attached 2 out of the 4 upset plots I have created that I need to compare (redacted the labels since the I'm working on a project on a vm of a protected institution). As it can be seen, the y-axes of the plots are on different scales.
After reading the Upset and ComplexUpset documentations, I see that the intersections are internally calculated and cannot really be extracted. I see that you still manipulate the intersections like:
Objective
I want to normalize the intersection_size data from 0 to 1. I have created 4 different upset plots using the ComplexUpset package in R. The 4 plots have different intersection sizes since the lengths of the data frames range from 300 to 12000. I was hoping to have a same y-axis scale for ease of clarity and discussion.
I have attached 2 out of the 4 upset plots I have created that I need to compare (redacted the labels since the I'm working on a project on a vm of a protected institution). As it can be seen, the y-axes of the plots are on different scales.
After reading the Upset and ComplexUpset documentations, I see that the intersections are internally calculated and cannot really be extracted. I see that you still manipulate the intersections like:
but I couldn't do a normalization like
I saw How to to assign logarithmic scale to “Intersection size” using ComplexUpset library? solution from @krassowski and I'm hoping to do something similar using the geom_bar to maybe normalize instead of a log scale.
Screenshot or illustration
Context (required)
ComplexUpset version: 1.3.3
The text was updated successfully, but these errors were encountered: