Hi. I am a 'R' starter. And recently, I analysed GEO database about my research fields. I have a question about analytic method. The analytic method of DEseq2 contain rlog formation? To reduce the amount of heteroskedasticity, many analytic methods contain several means to shrink the variance of low read count. So people convert raw data by rlog formation instead of log2 formation. I'm curious about the function of DEseq2 contain this rlog formation or I should convert these DEseq 's output data to rlog Data? Thank you. I look forward to your precious reply.
DEseq2 has a separate rlog function which you can use to transform your count data. You can supply it a matrix of counts or a deseq2 dataset. The default DESeq function will not give you rlog transformed data.
Thank you for your kindly reply. It's a basic concept, but I do not know well, so can I ask you a question? If the default DESeq function will not give me rlog transformed data, and the data used in the deseq analysis are not rlog-transformed, so the heteroskedasticity is high, can I interpret the results of log2FlodChange of DEseq data as it is? (for example, A gene was increased by 2 times as compared to B gene in specific condition)
If so, is the rlog transformation just offered not as differential expression estimation but as separate functionality which can be used for visualization, clustering?