DESeq2 error
1
0
Entering edit mode
10 days ago
sooni ▴ 20

I am currently trying to create pseudo-bulk data from single cell RNA data and perform DE analysis using DESeq2.

dds_Bcell <- DESeq(dds_Bcell)

When I run the above code, the following error occurs:

The following error occurred 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.

I think the reason this error occurs is because there is only 1 sample per group in my single cell RNA data. There are a total of 3 groups in my single cell RNA data. How can I run the DESeq() function when there is 1 sample for each group? Or is DESeq2 analysis not possible in this case?

Thank you for help!

DESeq2 • 225 views
ADD COMMENT
1
Entering edit mode
10 days ago
ATpoint 82k

At least one group needs replication. That is the short answer. For a longer answer add details on experimental design.

ADD COMMENT

Login before adding your answer.

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