Shiny module to configure and run fdge over a predefined model.
fdgeRun(
input,
output,
session,
rfds,
model,
with_gsea = FALSE,
...,
debug = FALSE,
.reactive = TRUE
)A linear model definition. Can be either an "innert"
FacileLinearModelDefinition that is returned from a call to
flm_def(), or the ReactiveDGEModelDefinition object returned
from the flmDefRun() module.
Include option to run a GSEA?
passed into fdge()
A list of stuff. $result holds the FacileDgeAnalysisResultwrapped in a reactive().