UpSetR icon indicating copy to clipboard operation
UpSetR copied to clipboard

intersections

Open xbarvazx opened this issue 3 years ago • 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,

xbarvazx avatar Jun 28 '21 15:06 xbarvazx

I meet the same error

haowBio avatar Jan 06 '22 05:01 haowBio

Have you solved it?

haowBio avatar Jan 06 '22 05:01 haowBio

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

AngelicaMiraples avatar Mar 05 '24 17:03 AngelicaMiraples

Actually, found the solution -- set names should be written without spaces or specific characters, like -/+ Found here in issue (https://github.com/hms-dbmi/UpSetR/issues/166)

AngelicaMiraples avatar Mar 05 '24 18:03 AngelicaMiraples