Hi, I have perdormed DGE analysis on a dataset using DESeq2. But when I compare the counts of genes in result data and the normalised counts (done using normalized_counts <- counts(dds, normalized=TRUE)
) there is a lot difference in the counts. So which data do I need to use ? Should I take normalised counts as input for deseq ? My dataset contains different genes and different samples(that are in different conditions .. two control and two expreimental ). If those values need to be converted as reads per million, how to do so?