renderGseaResultTableDataTable.Rd
This function is closely tied to the exact output of the GSEA methods from the [sparrow::seas()].
renderGseaResultTableDataTable(x, method, mg, digits = 3)
A [DT::datatable()] for display
sres <- sparrow::exampleSparrowResult()
method <- sparrow::resultNames(sres)[1L]
stable <- constructGseaResultTable(sres, method)
renderGseaResultTableDataTable(stable, method, sres, digits = 2)