DEseq Error in checkForExperimentalReplicates
1
0
Entering edit mode
@zhezhenwang-21679
Last seen 4.5 years ago

I had the following error while running DEseq2 comparing groups of different sample size:

Error in checkForExperimentalReplicates(object, modelMatrix) :

The design matrix has the same number of samples and coefficients to fit, so estimation of dispersion is not possible. Treating samples as replicates was deprecated in v1.20 and no longer supported since v1.22.

dds = DESeqDataSetFromMatrix(countData = counts,colData = cli, design = ~ V2)

dds = DESeq(dds)

Here are my cli table and my count matrix

 V1     V2

9 SL70 Sham 1

10 SL71 Sham 2

11 SL72 Sham 3

12 SL73 Sham 4

13 SL74 TAC 1

14 SL75 TAC 2

15 SL76 TAC 3

16 SL77 TAC 4

17 SL78 TAC 5

head(counts)

SL70 SL71 SL72 SL73 SL74 SL75 SL76 SL77 SL78

1 2 2 2 2 4 0 2 6 1

2 1761 2001 1495 1691 1485 1718 1497 1658 1238

3 2060 2234 1494 1505 1261 1776 1670 1256 1249

4 642 722 393 338 724 1436 967 599 936

5 1370 2176 1272 1530 1278 1526 1778 1394 1431

6 326 348 267 301 228 359 328 255 300

I just started using DEseq2, but I did run another comparison, 3 vs 3 samples, with exactly the same code and had no errors

deseq2 • 4.4k views
ADD COMMENT
0
Entering edit mode

You started looking for a real college literature lesson homework help online because of some extraordinary sophisticated assignment that is due soon and you have no clue about a way to approach to its completion. Let’s first be clear on one thing: you buy at Help with my homework and we give great homework help. College demands it. And you don’t have to be involved if you are uninclined to do so. You can give us the assignment, explain what you will, and leave us to complete the work. However, our methodology is set up so that you can reap enormous benefits from the process itself. From the day you complete the buying process, you will get to choose your professional writer, and e-mail communication begins immediately.

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

I can’t easily see your code or sample table above. The error is pretty literal: that design cannot be fit because there are no replicates: every group in the design has a single sample, and so DESeq2 stops and tells you the problem.

ADD COMMENT
0
Entering edit mode

I have 4 replicates in one group and 5 replicates in another group

ADD REPLY
0
Entering edit mode

Take a look at the examples in the vignette and workflow. Or the man pages. You should not name the condition vector control1, control2, control3. That’s not how any of the differential packages label replicates of the control group. Just use “control”.

ADD REPLY
0
Entering edit mode

Thanks and sorry for asking such a silly question!

ADD REPLY

Login before adding your answer.

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