Description Usage Arguments Value Examples
This function provide an interface to two existing functions: fgseaSimple, fgseaMultilevel. By default, the fgseaMultilevel function is used for analysis. For compatibility with the previous implementation you can pass the 'nperm' argument to the function.
1 |
... |
optional arguments for functions fgseaSimple, fgseaMultilevel |
A table with GSEA results. Each row corresponds to a tested pathway.
1 2 3 4 5 | data(examplePathways)
data(exampleRanks)
fgseaRes <- fgsea(examplePathways, exampleRanks, maxSize=500)
# Testing only one pathway is implemented in a more efficient manner
fgseaRes1 <- fgsea(examplePathways[1], exampleRanks)
|
Warning message:
In fgseaMultilevel(...) :
For some pathways, in reality P-values are less than 1e-10. You can set the `eps` argument to zero for better estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.