inst/shiny_app/server/tabSampleComparison/correlation.R

#just for the report, non interactive
# correlation_plot <- reactive({
#
#
#     p <- MQanalyser::plot_correlationly(dep(), interactive = FALSE)
#
#
# })

output$plot_correlation <- renderPlotly(

    MQanalyser::plot_correlationly(dep()) %>%
        layout(height = 800, width = 800)

)
svalvaro/MQanalyser documentation built on March 20, 2022, 7:24 p.m.