Results 2 comments of abbati

Hi Gueyenono, I report here the reactive function in which I call the hot_to_r(): ```{r} observeEvent(eventExpr = input$runMetaload, handlerExpr = { validate(need(expr = !is.null(meta.table()), message = "It needs valid FCS...

just did it. It didn't work. Same output. Actually the table that do not respond is this one: ```r observeEvent(eventExpr = input$runPhenoTableload, handlerExpr = { #validate(need(expr = !is.null(meta.markers()), message =...