powered by
Tests the shiny lasso module as a stand-alone application.
shiny_lasso_test(tomic, tomic_table)
A shiny app
shiny
Either a tidy_omic or triple_omic object
tidy_omic
triple_omic
A table taken from a tidy (i.e., augmented measurements) or triple omic dataset
if (interactive()) { tomic <- brauer_2008_triple tomic_table <- tomic[["samples"]] %>% dplyr::filter(nutrient == "G") shiny_lasso_test(tomic, tomic_table) }
Run the code above in your browser using DataLab