shiny_lasso_test_reactval | R Documentation |
Tests the shiny lasso module as a stand-alone application when the
tomic
is a reativeVal
.
shiny_lasso_test_reactval(tomic, tomic_table)
tomic |
Either a |
tomic_table |
A table taken from a tidy (i.e., augmented measurements) or triple omic dataset |
A shiny
app
if (interactive()) {
tomic <- brauer_2008_triple
tomic_table <- tomic[["samples"]] %>% dplyr::filter(nutrient == "G")
shiny_lasso_test_reactval(tomic, tomic_table)
tomic_table <- tomic[["measurements"]] %>% dplyr::filter(expression < -3)
shiny_lasso_test_reactval(tomic, tomic_table)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.