fgsea_all | R Documentation |
A wrapper for fgsea to convert ouput into tibbles
fgsea_all(res, gsets, FDR = 0.1, nperm = 10000, ...)
res |
A list of DESeq results |
gsets |
Gene sets |
FDR |
FDR cutoff, default 0.1 |
nperm |
Number of permutations, default 10000 |
... |
Additional options passed to |
A list of tibbles
Chris Stubben
## Not run:
library(hciRdata)
fc <- write_gsea_rnk(res, write=FALSE)
x <- fgsea_all(fc, gsets=msig_pathways$KEGG)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.