intersections
xbarvazx opened this issue · 4 comments
xbarvazx commented
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,
haowBio commented
I meet the same error
haowBio commented
Have you solved it?
AngelicaMiraples commented
I'm having the same problem. Any luck working around this, @haowBio, @xbarvazx? @JakeConway, can you offer any insight?
AngelicaMiraples commented
Actually, found the solution -- set names should be written without spaces or specific characters, like -/+
Found here in issue (#166)