Rank proteins/genes based on fold change
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, condition1 = 'motif1', condition2 = 'neg_ctrl', type = 'manual')
GOBP <- get_genesets(db, collection = 'c5', subcollection = 'GOBP')
ranked_genes <- get_ranked_genes(res)
} # }