shiny_ggplot_test.RdTest the shiny ggplot module as a stand-alone application.
shiny_ggplot_test(tomic)Either a tidy_omic or triple_omic object
A shiny app
if (interactive()) {
shiny_ggplot_test(add_pcs(brauer_2008_triple, npcs = 5))
shiny_ggplot_test(brauer_2008_triple)
}