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
```
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.