powered by
Test the shiny ggBivariate module as a stand-alone application.
shiny_ggbiv_test(tomic, plot_table = "samples")
a shiny app
shiny
Either a tidy_omic or triple_omic object
tidy_omic
triple_omic
table containing the data to be plotted
if (interactive()) { shiny_ggbiv_test( add_pcs(brauer_2008_triple, npcs = 5), plot_table = "samples" ) shiny_ggbiv_test( brauer_2008_triple, plot_table = "measurements" ) }
Run the code above in your browser using DataLab