Thank you... I will certainly check GSVA out.
On the topic of GSEA applied to a single, non-binary factor though, may I ask what exactly is the significance of +NES and -NES values?
To provide further clarity, the output of resultsNames(dds) is as follows:
[1] "Intercept" "Patient_Patient_1_vs_Patient_2" [3] "Patient_Patient_3_vs_Patient_2" "Patient_Patient_4_vs_Patient_2" [5] "Patient_Patient_5_vs_Patient_2"
I presume a significant KEGG pathway GSEA result with a positive NES value in this context means that its controlling gene set reported higher l2fc values... and this pathway is thereby deemed upregulated among the provided samples. However, this GSEA result says nada regarding whether say Patient 1 upregulates or downregulates X pathway. In my head, it does, however, suggest that the provided patient groups evidence differential regulation of the significant KEGG pathway GSEA results (because the contributing/controlling gene sets were previously deemed differentially expressed between these same patient groups by the preceding DESeq2 analysis).
The only thing I cannot wrap my head around is how to report an upregulated KEGG pathway GSEA result which represents input data from 5 "conditions"... is X pathway just reportedly upregulated more times than not in the sample population? If so, would one report along the lines of "X pathway reports mean positive NES values among the selected population BUT it is differentially enriched"?
Thank you, again, for any insights!