Hi,
I want to ask a question about viewing RNAseq data with raw read counts. After I get the raw reads counts from HTseq-count or similar tools, how do I normalize it. I can use " counts(cds,normalized=T) " in DESeq to get the normalized data. But It still need to be normalized by gene length, right?
Do I need to use RPKM generated from cufflinks to draw a heatmap or perform PCA analysis? Can raw reads data do that?
Thanks,
Ch
Thanks. As you said, I think for our case, normalization with read depth is necessary and normalization with gene size is not. I will try both.