Learn R Programming

romic (version 1.1.3)

app_flow: Flow

Description

Using shiny comb through datasets by iterating between plotting steps, and lassoing steps to select points of interest.

Usage

app_flow(tomic)

Value

A shiny app

Arguments

tomic

Either a tidy_omic or triple_omic object

Examples

Run this code

if (interactive()) {
  # library(reactlog)
  # reactlog_enable()
  app_flow(brauer_2008_triple)
  # shiny::reactlogShow()
}

Run the code above in your browser using DataLab