shiny_lasso_test {romic} | R Documentation |
Shiny Lasso Test
Description
Tests the shiny lasso module as a stand-alone application.
Usage
shiny_lasso_test(tomic, tomic_table)
Arguments
tomic |
Either a |
tomic_table |
A table taken from a tidy (i.e., augmented measurements) or triple omic dataset |
Value
A shiny
app
Examples
if (interactive()) {
tomic <- brauer_2008_triple
tomic_table <- tomic[["samples"]] %>% dplyr::filter(nutrient == "G")
shiny_lasso_test(tomic, tomic_table)
}
[Package romic version 1.1.3 Index]