Shiny module to configure and run fdge over a predefined model.

fdgeRun(
  input,
  output,
  session,
  rfds,
  model,
  with_gsea = FALSE,
  ...,
  debug = FALSE,
  .reactive = TRUE
)

Arguments

model

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.

with_gsea

Include option to run a GSEA?

...

passed into fdge()

Value

A list of stuff. $result holds the FacileDgeAnalysisResultwrapped in a reactive().