This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Which normalization is good for gene expression classification and clustering

Hi All, I have gene expression (raw count and FPKM) from healthy and disease states. I'm going to do supervised and unsupervised classification on gene expression. As dimension reduction I'm going to get differential expression genes from DESeq2 and use these genes as features in my classification.
The problem is that I don't know which normalization is good in the classification study? Is it good to use FPKM? What about using DESeq2 normalization?

I would appreciate if someone could advise me, Many thanks

classification fpkm deseq2 normalization

1 answer

rlog and vst are recommended options. Check the DESeq2 manual for details.

so many thanks for your reply

Log in to answer this question.