Learn R Programming

romic (version 1.1.3)

shiny_filter_test: Shiny Filter Test

Description

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

Usage

shiny_filter_test(tidy_omic, filter_table = "features")

Value

A shiny app

Arguments

tidy_omic

an object of class tidy_omic produced by create_tidy_omic

filter_table

table to filter

Examples

Run this code
if (interactive()) {
  shiny_filter_test(brauer_2008_tidy)
}

Run the code above in your browser using DataLab