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
Is there a way I can add the % of the universal_set in addition to the number to the default annotation barplot in UpSet?
copy-pasting one of the examples here:
Thanks a lot,
Noush
lt = list(a = sample(letters, 5),
b = sample(letters, 10),
c = sample(letters, 15))
m1 = make_comb_mat(lt, universal_set = letters[1:10])
UpSet(m1, top_annotation = upset_top_annotation(m1, add_numbers = TRUE)) ## changing this to N(%) format
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Is there a way I can add the % of the universal_set in addition to the number to the default annotation barplot in UpSet?
copy-pasting one of the examples here:
Thanks a lot,
Noush
Beta Was this translation helpful? Give feedback.
All reactions