Test the shiny ggplot module as a stand-alone application.

shiny_ggplot_test(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

A shiny app

Examples


if (interactive()) {
  shiny_ggplot_test(add_pcs(brauer_2008_triple, npcs = 5))
  shiny_ggplot_test(brauer_2008_triple)
}