Learn R Programming

romic (version 1.1.3)

app_heatmap: 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)

Value

A shiny app

Arguments

tomic

Either a tidy_omic or triple_omic object

Examples

Run this code

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

Run the code above in your browser using DataLab