Generate a shiny interactive heatmap that allows for on demand filtering, ordering and faceting by variables of interest.

app_heatmap(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

A shiny app

Examples


if (interactive()) {
  app_heatmap(brauer_2008_tidy)
}