hms-dbmi/UpSetR

intersections

xbarvazx opened this issue · 4 comments

Hi,

Is it possible that using intersections to display only chosen sets does not except names with 'white space'?
for name written as three. A

p1<-upset(fromList(ogr), sets = c('one', 'two', 'three. A'),
      order.by='freq', keep.order = TRUE,
      intersections = list(list('one', 'two'), 
                           list('three. A', 'one', 'two')))

p1

Error is Error in [.data.frame(x, temp_sets) : undefined columns selected
Thanks,

I meet the same error

Have you solved it?

I'm having the same problem. Any luck working around this, @haowBio, @xbarvazx? @JakeConway, can you offer any insight?

Actually, found the solution -- set names should be written without spaces or specific characters, like -/+
Found here in issue (#166)