app_heatmap: Interactive Heatmap

View source: R/app_heatmap.R

app_heatmapR Documentation

Interactive Heatmap

Description

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

Usage

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)
}

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