Hi all,
I have time series mRNA-seq data but without replicates.
I have some doubts about calling DE genes with DESeq.
I have used
function from DESeq to normalize count data. Now can I use this vsd transformed data to calculate fold change and to call DE genes?? may be using classic LIMMA package.. Is it good practice to do so ??
I have tried
on raw count too.. but after vsd transforming, data look more like microarray and I was wondering is it of any harm to call DE genes/FC change on vsd transfored data.. since in original DESeq paper they have made clear that count data follows poisson distribution unlike microarray which is more like normally distributed, but after vsd transformation, data looks more like normally distributed.
Thank you.
I have time series mRNA-seq data but without replicates.
I have some doubts about calling DE genes with DESeq.
I have used
Code:
varianceStabilizingTransformation
I have tried
Code:
nbionTest
Thank you.
Comment