GSEA on single-cell cluster data
2
1
Entering edit mode
5.5 years ago
roy.granit ▴ 880

Hello Biostars, I have 10x SC expression data which I have processed using Seurat, and now I wish to test the association of several gene-sets with certain clusters. What approach/R package would you recommend?

I suppose I can run GSEA on the expression of individual cells, but next how do I summarize a cluster?

Thanks!

single-cell GSEA R • 12k views
ADD COMMENT
1
Entering edit mode

GSVA tries to estimate the pathway expression levels in every individual sample and then allows you to perform comparisons or unsupervised analysis like clustering on the transformed matrix.

ADD REPLY
1
Entering edit mode
5.5 years ago
igor 13k

Some options:

  • Take the top X cluster markers (genes upregulated in that cluster) and run GSEA (or any other pathway analysis) on those.
  • Calculate the fold changes between that cluster and other clusters and use that as a basis for a pre-ranked list for GSEA.
ADD COMMENT
0
Entering edit mode

Thanks, not sure about these suggestions, I believe they are correct for pathway over-representation but not for hyper-geometric/GSEA analysis. I was seeking some tool that would take the individual GSEA scores for each cell in a certain cluster and conduct a statistical comparison of these to the scores by cells in rest of cluster/other cluster. Something like GSVA which was suggested here above..

ADD REPLY
0
Entering edit mode

Due to the dropouts, the result for individual cells will be extremely noisy. Cluster-level analysis would be much cleaner.

GSEA is not meant for over-representation, but I have seen it used that way many times. Regardless, as I mentioned, there are many other pathway analysis tools that are appropriate for that approach.

Single-sample enrichment approaches like GSVA are fine. However, unless the differences between your sub-populations are dramatic, they may not be able to effectively capture them. This is why I suggested to focus on the genes that are actually differentially expressed.

ADD REPLY
0
Entering edit mode
5.1 years ago

Hi Roy. What do you think about pagoda?

http://hms-dbmi.github.io/scde/pagoda.html

Best, Marco

ADD COMMENT

Login before adding your answer.

Traffic: 2685 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6