Big differences between biological replicates makes DESeq2 result 0
1
0
Entering edit mode
rebw25 • 0
@9b261b4f
Last seen 12 weeks ago
Canada

Hi everyone,

I'm running into a problem where the second biological replicates have significantly less IP efficiency and reads than the first replicate, so when I tried running the DESeq2 analysis to find differential enrichment analysis, there were no significant differences between the two dataset even though there are known differences in the literatures.

An example is as such: where the read counts for a certain peak for the first replicate (A_1, B_1) are both higher than the read counts for the second replicate (A_2, B_2) but the over all trend if we are only comparing the replicate itself is that A > B. However because A_2 is lower than B_1 this cause the DESeq2 to not see this as different.

A_1 A_2. B_1 B_2

  1. 669 756 240

I also tried normalizing the read counts by library sizes, read in peaks but none of them seem to fix the problem as when I did a heatmap or PCA, A_1 will always correspond better to B_1 and A_2 to B_2 because A_1 and B_1 have more reads than A_2 and B_2.

Is there any other way I can approach this problem in terms of normalization? or doing DE on the dataset? Thank you.

```

chipseq DifferentialMethylation DESeq2 • 378 views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 12 hours ago
United States

You could consider voom with quality weights.

ADD COMMENT
0
Entering edit mode

Okay, thank you, I'll look into it! Also another quick question, when I plotCount for un-normalized counts and normalized counts for a gene that is known to have higher counts in MP than TE, I get the following: enter image description here Which the noramlization counts showed the trend expected which is MP > TE, but it is not reported in DESeq2 analysis. Is this because of the huge differences between the replicated in MP?

ADD REPLY
0
Entering edit mode

Yes, the dispersion factors in. This is likely why it doesn't show up, with only two samples.

ADD REPLY

Login before adding your answer.

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