Perform GSEA based on DEP results
Details
The res object should be obtained by running get_DEPresults() with a one-vs-one (manual) comparison, otherwise it does not know which FC column to use to rank the proteins.
Examples
if (FALSE) { # \dontrun{
se <- prepare_se(report.pg_matrix, expDesign)
res <- get_DEPresults(se, condition_1 = 'motif1', condition2 = 'neg_ctrl', type = 'manual')
GOBP <- get_genesets(db, 'c5', 'GOBP')
gsea <- perform_GSEA(res, GOBP)
} # }