Yes, I believe some methods result in further normalisation / transformation. This information can [I believe] be read in the manual pages.
Thank you for posting an answer.
Hello,
I have a log2 normalized TPM dataset that I would like to do pathway enrichment analysis. I thought GSVA and ssGSEA would output enrichment scores independent of sample set. However, when I subset my dataset and rerun GSVA, I get totally different set of scores. Do you have an idea what that might be? Is there an internal normalization process with gsva() function?
Thanks everyone
GSVA is a method that is supposed to work on samples.
In short, there is indeed an internal normalization happening within the GSVA function which relies on the complete dataset.
Hi again,
so I found out that in the case of method = "ssgsea, there is a normalization step across samples and genesets. It can be turned off with ssgsea.norm = FALSE to get scores independent of samples and genesets. However, I still have the same normalization issue with method = gsva.
Thanks for your help
Yes, I believe some methods result in further normalisation / transformation. This information can [I believe] be read in the manual pages.
Thank you for posting an answer.
Log in to answer this question.