1library(shinyngs) 2library(markdown) 3esel <- readRDS("data.rds") 4app <- prepareApp("rnaseq", esel) 5shiny::shinyApp(app$ui, app$server) 6 7