GSEA {MoonlightR} | R Documentation |
This function carries out the GSEA enrichment analysis.
GSEA(DEGsmatrix, top, plot = FALSE)
DEGsmatrix |
DEGsmatrix output from DEA such as dataDEGs |
top |
is the number of top BP to plot |
plot |
if TRUE return a GSEA's plot |
return GSEA result
dataDEGs <- DEGsmatrix # dataFEA <- GSEA(DEGsmatrix = dataDEGs)