app_flow: Flow

View source: R/app_flow.R

app_flowR Documentation

Flow

Description

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

Usage

app_flow(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

A shiny app

Examples


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


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