shake_fgseaResult {GeneTonic} | R Documentation |
Convert the output of fgsea for straightforward use in GeneTonic()
shake_fgseaResult(fgsea_output)
fgsea_output |
A data.frame with the output of |
A data.frame
compatible for use in GeneTonic()
as res_enrich
Other shakers:
shake_davidResult()
,
shake_enrichResult()
,
shake_enrichrResult()
,
shake_gprofilerResult()
,
shake_topGOtableResult()
data(fgseaRes, package = "GeneTonic") res_from_fgsea <- shake_fgseaResult(fgseaRes)