Generate a Shiny interactive scatter plot which allows visualization of features, measurements, and samples (with principal components added).

app_pcs(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

A shiny app

Examples

if (interactive()) {
  app_pcs(brauer_2008_tidy)
}