DESeq2: gene-wise dispersion estimates stuck on running
1
0
Entering edit mode
ddzhangzz • 0
@ddzhangzz-8982
Last seen 6.8 years ago
United States

I have a dds object such like:

> dds   
class: DESeqDataSet 
dim: 49305 1091
metadata(2): data_release version
...     

And when I run the DESeq(), it was stuck on the step of "gene-wise dispersion estimates". I have tried both "locol" and "mean" for fitType and it didn't help. I terminated it by running about 1 hr.

> dds<-DESeq(dds, fitType="mean")
   estimating size factors 
   estimating dispersions
   gene-wise dispersion estimates

 

deseq2 • 1.4k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 8 days ago
United States

I’ve recommended here and elsewhere to use limma-voom when you have hundreds of sample size per group, as it’s much faster than solving a GLM, which involves iteration for each gene.

ADD COMMENT

Login before adding your answer.

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