Hi, I am trying to normalize RNA-Seq using DESeq2. I went on their website and they have three different transformations out of which I tried vst (variance stabilization transformation) and rlog. The thing is that if I have only sample per condition so vst didn't work in those cases but rlog did. Could someone explain me how different they really are? They show the graph on the guide page, and I can see that the lower values in rlog are different than the vst, but the higher count values are not much different. I want to use the normalized data to do WGCNA, where they mention using vst data. I want to know if rlog is similar scale?
Thanks!
Did you read this one already: Question: Is there a conceptual difference between vst/rlog transforms and lfcShrink??
In my understanding, vst takes two things into account while normalization, one is size factor(depth normalization) and another is mean dispersion across the sample. while rld only accounts for size factor.
rlog tends to work well on small datasets (n < 30)