R/mod_set_pval_threshold.R
mod_set_pval_threshold.Rd
A shiny Module.
mod_set_pval_threshold_ui(id) mod_set_pval_threshold_server( id, pval_init = reactive({ 1 }), fdr = reactive({ 0 }), threshold.type = reactive({ "logpval" }), remoteReset = reactive({ 0 }), is.enabled = reactive({ TRUE }) ) mod_set_pval_threshold(pval_init = 1, fdr = 0, threshold.type = "logpval")
xxx
if (interactive()){ shiny::runApp(mod_set_pval_threshold()) }