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)
    }
})
BioAlvaro/MQanalyser documentation built on March 18, 2022, 4:32 a.m.