Entering edit mode
8.6 years ago
urmi208
▴
30
Hello,
I have extracted the normalised counts for my RNAseq samples using Deseq2 with standard recommended command
dds <- estimateSizeFactors(dds)
counts(dds, normalized=TRUE)
However, when I sum up the total number of normalised counts per sample, I am seeing a differences in the latter for replicates. For example, sample A1 total = 40 million, whereas A2 total = 50 million. Is this normal? Why are they so different?
Thanks for any help you can provide.
FYI, that won't be identical, just in the same vague range.