DESeq2 Normalization for QC Samples
1
0
Entering edit mode
phmai1148 • 0
@a0d449cd
Last seen 3 months ago
United States

I have miRNA-seq data, and as part of the QC steps, I want to calculate the coefficient of variation between the QC samples (including inter-plate, intra-plate, and commercial universal controls) using DESeq-normalized counts. For these calculations, do I have to normalize only those specific QC samples together, or do I have to normalize these QC samples together with the rest of the other test samples? Note that not all the samples have the same miRNAs (some samples have 0 counts for specific miRNAs)

I tried both methods (normalizing only the QC samples and normalizing them with other test samples), and the CVs were different. So, I am wondering which is the correct way to give me the true variation between the QC samples?

DESeq2 Normalization • 402 views
ADD COMMENT
0
Entering edit mode

What are "the QC samples"? What are "plates", as you mention sequencing, there are no plates. Generally, you have to normalize together what you want to compare. For consistency, best normalize everything that belongs to one experiment, if applicable.

ADD REPLY
1
Entering edit mode
@mikelove
Last seen 15 hours ago
United States

Normalize together.

When you compute counts(dds, normalized=TRUE) these are scaled counts, where the scaling is toward the middle of the samples.

So if you have samples in the millions of reads, say 60-80 millions of reads, then the scaled counts are the values as if all samples were in the middle, say 70 million reads.

When you treat the datasets separately, the scaled counts won't be on the same scale necessarily.

ADD COMMENT

Login before adding your answer.

Traffic: 477 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