Strange error while running DESeq() function.
1
0
Entering edit mode
treebig44 ▴ 30
@bffcbc5f
Last seen 2.0 years ago
United States of America

Hi! I am using DESeq2 on a RNA-seq data, and when I finally run the DESeq() function, I get a strange error, for which I am not able to get information about anywhere. Please help.

res=DESeq(result, parallel = TRUE)

The first 3 lines of the result are as follows:

estimating size factors
estimating dispersions
gene-wise dispersion estimates: 2 workers

Then, after spending a considerable amount of time (20-30 minutes) in this state, I get the following error:

Error in match(attrnames, specials) : 478 arguments passed to .Internal(match) which requires 4

I am unfortunately not able to understand how to resolve this.

DESeq2 RNASeq RNASeqData • 637 views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 8 hours ago
United States

Try turning off parallel.

There is likely a backend and system specific problem you are encountering.

Anyway, I don’t often use parallelization. Filtering genes is often sufficient.

ADD COMMENT

Login before adding your answer.

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