sidbdri / enrichment_rshiny

Small Shiny app to perform Fisher's exact test for enrichment on gene sets and plot Venn diagrams.
0 stars 0 forks source link

Remove pesky comma #6

Closed lweasel closed 4 years ago

lweasel commented 4 years ago

i.e. the one on the last line of the sidebarPanel() call:

https://github.com/sidbdri/enrichment_rshiny/blob/1b1c2dff94c1a9a10bf46fc2206bcd0d293a5439/app.R#L17

It causes shiny on the server to barf for some reason (I forgot, I only edited this on the server before, didn't fix it in GitHub).