inst/shiny_app/server/tabReport/pathwayReport.R

pathway_report <- reactive({
    if (input$pathwayReport == TRUE) {
        message('Pathway Plot added to the report')
        return(pathway_plot())
    }else{
        return(NULL)
    }
})
svalvaro/MQanalyser documentation built on March 20, 2022, 7:24 p.m.