DESeq2 for two sample conditions
1
0
Entering edit mode
8 weeks ago
Aaliya • 0

Hello, I am working with two sample conditions: control vs treatment.

My sample space looks like this:

ENA Number File Name condition

SRX4455233 E_C_1 control

SRX4455236 E_A_1 treatment

When i tried running DESeq2 on this, the error pops up:

dds <- DESeq(dds)

estimating size factors estimating dispersions 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.

What does this mean? How can I work on this? I cannot perform DESeq2 on lesser sample space?

DESeq2 • 399 views
ADD COMMENT
0
Entering edit mode

Without replication, we cannot perform DE analysis deseq2. Try edgeR

ADD REPLY
0
Entering edit mode

No, the idea is to use replication.

ADD REPLY
0
Entering edit mode
8 weeks ago
Michael 54k

I think that means that you cannot do DE analysis without replicates. You have only one sample per condition and therefore, dispersion (variation) cannot be estimated. If you are re-analysing existing data from ENA anyway, include more datasets to have at least 3 replicates per condition. Your runs are part of BioProject PRJNA482755 which contains 10 samples. However, this is a miRNA experiment, possibly not the best to practice DESeq analysis on.

ADD COMMENT
0
Entering edit mode

Hey Michael, I understand what you are saying, and the same thought was running in my mind. I am very new to DESeq, could you explain what you meant by, "this is a miRNA experiment, possibly not the best to practice DESeq analysis on"?

Thanks!

ADD REPLY

Login before adding your answer.

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