DEXseq for larger samples
1
0
Entering edit mode
Peter • 0
@peter-6856
Last seen 4.4 years ago
China

I am using DEXseq for larger samples 70 vs 80. I always got a error. I found a solution at: Efficiently running DEXSeq for Large Cohorts But I think it is out of date.
My code and error are follow.

dxr <- DEXSeq(dxd2, BPPARAM=MulticoreParam(workers=50))

Error in value[[3L]](cond) : setting worker timeout:
  error reading from connection
In addition: Warning message:
In rm(list = cuid, envir = env) : object '1' not found

dexseq • 1.4k views
ADD COMMENT
0
Entering edit mode

I'd be surprised if having many workers is helpful. Have you investigated how performance changes with SerialParam() an then MulticoreParam() with just a few (2, 5, 10) workers?

ADD REPLY
0
Entering edit mode
@gordon-smyth
Last seen 3 hours ago
WEHI, Melbourne, Australia

You haven't had any answers in a couple of days, so I'll suggest an alternative approach. You could consider using the voom() and diffSplice() functions in the limma package. These have comparable capabilities to DEXSeq but will run in seconds, even with large numbers of samples, and without any need for multiple cores.

ADD COMMENT

Login before adding your answer.

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