shake_fgseaResult: Convert the output of fgsea

Description Usage Arguments Value See Also Examples

View source: R/gs_shaker.R

Description

Convert the output of fgsea for straightforward use in GeneTonic()

Usage

1
shake_fgseaResult(fgsea_output)

Arguments

fgsea_output

A data.frame with the output of fgsea() in fgsea.

Value

A data.frame compatible for use in GeneTonic() as res_enrich

See Also

Other shakers: shake_davidResult(), shake_enrichResult(), shake_enrichrResult(), shake_gprofilerResult(), shake_topGOtableResult()

Examples

1
2
data(fgseaRes, package = "GeneTonic")
res_from_fgsea <- shake_fgseaResult(fgseaRes)

GeneTonic documentation built on Nov. 8, 2020, 5:27 p.m.