TMM normalization of DESeq input data
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 years ago
Hi, I have done differential expression analysis over RNA-seq data using both edgeR and DESeq. There are some recently published studies which suggest TMM as the most efficient normalization method (along with DESeq normalization).edgeR already uses TMM. I wanted to ask do you think it is meaningful if I first normalized my raw data using TMM method and send the normalized data to DESeq and of course remove the DESeq normalization commands and then comparing the results obtained from edgeR. Actually the idea is to have same normalization method for both packages and then comparing the DE results. Thank you in advance. -- output of sessionInfo(): R version 2.15.1 (2012-06-22) Platform: x86_64-pc-mingw32/x64 (64-bit) -- Sent via the guest posting facility at bioconductor.org.
Normalization edgeR DESeq Normalization edgeR DESeq • 3.6k views
ADD COMMENT
0
Entering edit mode
@ryan-c-thompson-5618
Last seen 8 months ago
Scripps Research, La Jolla, CA
You would not feed the normalized data to DESeq. Instead, you should calculate TMM normalization factors using edgeR::calcNormFactors and then convert the norm factors to size factors and assign them into the CountDataSet, which should contain the same raw counts as you're using for edgeR. I believe that size factors are just the normalization factors times the library sizes, but you might want to check that. On Thu 13 Jun 2013 12:18:47 PM PDT, Narges [guest] wrote: > > Hi, > I have done differential expression analysis over RNA-seq data using both edgeR and DESeq. There are some recently published studies which suggest TMM as the most efficient normalization method (along with DESeq normalization).edgeR already uses TMM. I wanted to ask do you think it is meaningful if I first normalized my raw data using TMM method and send the normalized data to DESeq and of course remove the DESeq normalization commands and then comparing the results obtained from edgeR. > Actually the idea is to have same normalization method for both packages and then comparing the DE results. > Thank you in advance. > > > -- output of sessionInfo(): > > R version 2.15.1 (2012-06-22) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > > > -- > Sent via the guest posting facility at bioconductor.org. > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

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