shiny_ggbiv_test: Shiny ggBivariate Test

View source: R/module_ggbiv.R

shiny_ggbiv_testR Documentation

Shiny ggBivariate Test

Description

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

Usage

shiny_ggbiv_test(tomic, plot_table = "samples")

Arguments

tomic

Either a tidy_omic or triple_omic object

plot_table

table containing the data to be plotted

Value

a shiny app

Examples


if (interactive()) {
  shiny_ggbiv_test(
    add_pcs(brauer_2008_triple, npcs = 5),
    plot_table = "samples"
  )
  shiny_ggbiv_test(
    brauer_2008_triple,
    plot_table = "measurements"
  )
}

romic documentation built on Sept. 21, 2023, 9:06 a.m.