This module is for making scatter plots comparing pairs of groups defined in a 'contrasts' slot of the ExploratorySummarizedExperimentList
Examples
foldchangeplotOutput("myid")
#> Error in foldchangeplotOutput("myid"): could not find function "foldchangeplotOutput"
data(airway, package = "airway")
ese <- as(airway, "ExploratorySummarizedExperiment")
eselist <- ExploratorySummarizedExperimentList(ese)
#> Creating ExploratorySummarizedExperimentList object
if (interactive()) {
app <- prepare_app("foldchangeplot", eselist)
shiny::shinyApp(ui = app$ui, server = app$server)
}
