hms-dbmi / UpSetR

An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
https://cran.rstudio.com/web/packages/UpSetR
Other
753 stars 153 forks source link

Issue with headers in CSV on Shiny App #265

Open aryehjc opened 2 weeks ago

aryehjc commented 2 weeks ago

Hello, I refer to the implementation of UpSetR on https://gehlenborglab.shinyapps.io/upsetr/ I have created headers in the CSV with brackets and quotation marks as part of the headers. for example ('1') ('2') and ('3'). The plot turns out good with the correct set intersections, but on the app the brackets and quotation marks are replaced by ellipses and they appear as ...1... ....2... , etc. Could you please tell me how to input these characters in the CSV to allow the recognition of these characters in the headers? Thank you!