Description Usage Arguments Value
View source: R/functional_analysis.R
Gene set enrichment analysis from statistical results
1 2 3 4 5 6 7 8 9 10 | gseaFromStats(
df,
funCatList,
rankCol,
featCol = "feature",
splitCol = "comparison",
seed = 149,
nPerm = 1000,
...
)
|
df |
Data frame with results to analyze. |
funCatList |
A list of character vectors with the functional categories to analyze. |
rankCol |
Column used to perform the pre-ranked gsea analysis. |
featCol |
Column used to name the rankCol values. |
seed |
Seed used to avoid reproducibility problems between runs. |
... |
Rest of arguments passed to fgseaSimple. |
A tidy data frame with the results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.