shiny_sort_test: Shiny Sort Test

View source: R/module_sort.R

shiny_sort_testR Documentation

Shiny Sort Test

Description

Test the shiny sorting module as a stand-alone app.

Usage

shiny_sort_test(triple_omic, valid_sort_vars, value_var)

Arguments

triple_omic

an object of class triple_omic produced by create_triple_omic

valid_sort_vars

variables available for categorical arranging

value_var

An abundance value to use with hclust

Value

a shiny app

Examples


if (interactive()) {
  shiny_sort_test(brauer_2008_triple,
    valid_sort_vars = c("sample", "nutrient", "DR"),
    value_var = "expression"
  )
}

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