Entering edit mode
4.3 years ago
zizigolu
★
4.3k
I have raw read count of two groups of patients I want to normalize this matrix in a way getting TMM or geometric mean values by DESeq2 how can I do that?
I just wanted to point out for the original poster's knowledge that only edgeR uses TMM normalization.
Indeed: A: How do I explain the difference between edgeR, LIMMA, DESeq etc. to experimental
You mean DESeq2 gives geometric mean by Kevin's formula?
Perhaps take a look at the output of
?DESeq2::counts
Thank you so much
In GSEA manual says
Normalizing RNA-seq quantification to support comparisons of a feature's expression levels across samples is important for GSEA. Normalization methods (such as, TMM, geometric mean) which operate on raw counts data should be applied prior to running GSEA. Tools such as DESeq2 can be made to produce properly normalized data (normalized counts) which are compatible with GSEA
So I have two groups (n=9 versus n=24)
I put my raw counts matrix in this formula
Does logCPM gives proper input for GSEA?
I asked this in Bioconductor and Gordon Smith believes this is fine
https://support.bioconductor.org/p/133174/ Honestly I am not certain
Indeed, yes, logCPM is okay for GSEA. There is no problem here.
Should it be
normalized
or doesnormalised
also work?Good point. Probably just
normalized