-
-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Not sure whether I am using this tool properly, but here is what I am getting:
list_euler <- c("agc" = 9, "camk" = 17, "cmgc" = 16, "tk" = 16, "tkl" = 23,
"agc&camk" = 1,
"camk$tk" = 1,
"tk&tkl" = 1,
"camk&cmgc&tkl" = 1,
"camk&tk&tkl" = 2,
"agc&camk&tk&tkl" = 1,
"camk&cmgc&tk&tkl" = 3,
"agc&camk&cmgc&tk&tkl" = 1)
fit <- euler(list_euler, shape="ellipse")
fit (zeros deleted)
agc 9 9 0 0.012
camk 17 17 0 0.023
cmgc 16 16 0 0.021
tk 16 16 0 0.021
tkl 23 23 0 0.030
camk$tk 1 0 1 0.011
agc&camk 1 0 1 0.011
camk&cmgc&tkl 1 0 1 0.011
camk&tk&tkl 2 0 2 0.022
agc&camk&tk&tkl 1 0 1 0.011
camk&cmgc&tk&tkl 3 0 3 0.033
agc&camk&cmgc&tk&tkl 1 0 1 0.011
diagError: 0.033
stress: 0.013
The plot generates 5 non-overlapping ellipses. I see from other comments that small numbers are
excluded. If I have made a mistake in entering the input, please let me know. If there is a way to
display overlaps I would be thankful.
Note that the numbers are taken directly from UpSetR.
Regards,
David Covell, Ph.D.
NIH,NCI