Using TMM normalized counts in Deseq2
1
0
Entering edit mode
mmicky5050 • 0
@829aeee2
Last seen 3.3 years ago

Hi I am using Partek to analyze RNA-seq data, Partek has a median normalization step before Deseq2, which works fine. I understand Deseq2 takes raw data, but Partek has separated the normalization step recently (previously it normalization used to be part of Deseq2 in Partek).

While playing with the various normalizations, I have noticed that if I use TMM normalization followed by Deseq2, I get much better results. I know TMM is for EdgeR but unfortunately Partek does not have EdgeR.

Is there anyway, one can get away with using TMM normalized input for a modified Deseq2, which has its median normalization disabled?

Thanks

```

RNAseq123 • 4.3k views
ADD COMMENT
0
Entering edit mode
mmicky5050 • 0
@829aeee2
Last seen 3.3 years ago

ok i found the answer.

This paper shows that TMM normalization (which is the default normalization method associated with EdgeR) is not suitable for use with DESeq2:

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0157022

They go into detail in their supplementary:

https://doi.org/10.1371/journal.pone.0157022.s001

ADD COMMENT
1
Entering edit mode

Actually TMM is in principle perfectly suitable to be used with DESeq2. Any of the scale normalization methods can be used with any of the packages. You simply have to convert norm.factors from edgeR into size factors for DESeq2, as the paper you have linked to points out. You cannot simply treat norm factors and size factors as equivalent because they are on different scales. It is just a programming detail rather than any issue of incompatibility.

ADD REPLY

Login before adding your answer.

Traffic: 806 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