diff --git a/program/shinyApp/server.R b/program/shinyApp/server.R index 0f59e1e3..0c11458c 100644 --- a/program/shinyApp/server.R +++ b/program/shinyApp/server.R @@ -72,7 +72,7 @@ server <- function(input,output,session){ hideTab(inputId = "tabsetPanel1", target = "Single Gene Visualisations") hideTab(inputId = "tabsetPanel1", target = "Enrichment Analysis") shinyjs::hide("mainPanel_DataSelection") - shinyjs::showElement(id="InfoBox_DataSelection") + # Init res_tmp and par_tmp objects if they do not yet exist ---- if(!exists("res_tmp")){ res_tmp <<- list()