Tests the shiny filter module as a stand-alone application.

shiny_filter_test(tidy_omic, filter_table = "features")

Arguments

tidy_omic

an object of class tidy_omic produced by create_tidy_omic

filter_table

table to filter

Value

A shiny app

Examples

if (interactive()) {
  shiny_filter_test(brauer_2008_tidy)
}