Open SudoSchrodinger opened 2 weeks ago
The GSEAplot function actually uses all expressed genes in the dataset, not just the differentially expressed genes (DEGs). This is consistent with the original GSEA methodology from the Broad Institute, where all genes are ranked based on their differential expression between two conditions, and then the distribution of a gene set is examined across this complete ranking.
Here's how it works in our implementation:
For those interested in learning more about interpreting GSEA plots, I recommend checking out the GSEA User Guide: https://www.gsea-msigdb.org/gsea/doc/GSEAUserGuideTEXT.htm#_Enrichment_Score_(ES)
Thanks for your help. I understood. Great package!
@huayc09 Thank you for the package, it's amazing. I have a question: is the GSEAplot analysis performed with the DEGs from the Seurat object? I appreciate the help.