PF2-pasteur-fr/SARTools

How could I obtain homoscedastic normalized counts from SARtools ?

Bury-Mone opened this issue · 2 comments

Hello,
I would like to export the homoscedastic normalized counts obtained from SARtools to perform other multidimensional analysis. Could you please indicate to me how I can obtain them ?
I thank you a lot for this information.
Kind regards
Stéphanie (from Roscoff)

Hi Stéphanie,
after having run the DESeq2 template script you can get the variance-stabilized counts using:
vsd <- getVarianceStabilizedData(out.DESeq2$dds)
Best,
Hugo