shiny_filter_test {romic} | R Documentation |
Shiny Filter Test
Description
Tests the shiny filter module as a stand-alone application.
Usage
shiny_filter_test(tidy_omic, filter_table = "features")
Arguments
tidy_omic |
an object of class tidy_omic produced by
|
filter_table |
table to filter |
Value
A shiny
app
Examples
if (interactive()) {
shiny_filter_test(brauer_2008_tidy)
}
[Package romic version 1.1.3 Index]