Difference in total normalized counts for replicates - DeSeq2
2
0
Entering edit mode
8.0 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.

RNA-Seq deseq2 • 2.4k views
ADD COMMENT
0
Entering edit mode

FYI, that won't be identical, just in the same vague range.

ADD REPLY
0
Entering edit mode
8.0 years ago

I don't know what variable you are using, but you didn't assign the normalised counts to anything. I guess you want something like:

normcounts <- counts(dds, normalized=TRUE)
ADD COMMENT
0
Entering edit mode
8.0 years ago
urmi208 ▴ 30

Yes, that's correct. Sorry I missed that.

ADD COMMENT

Login before adding your answer.

Traffic: 2802 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6