inst/shiny_app/server/tabReport/interactionsReport.R

interactions_report  <- reactive({
    if (input$interactionReport == TRUE) {
        message('Interactions Plot added to the report')

        return(interactionsTrimmed())
    }else{
        return(NULL)
    }
})
BioAlvaro/MQanalyser documentation built on March 18, 2022, 4:32 a.m.