Error in .validate_assayDataElementReplace
0
0
Entering edit mode
20 months ago
Sue • 0

I try to run a tutorial on this line

exprs(my.rma) <- (exprs(my.rma)[present >= 4, ])

I got an error :

Error in .validate_assayDataElementReplace(obj, value) : 
  object and replacement value have different dimensions

I checked both side of <- are class "matrix" "array".

I can run this line :

table(present >= 4) 
output:    FALSE  TRUE 
                  27820 26855

Thank you

R microarray • 672 views
ADD COMMENT
0
Entering edit mode

It is likely impossible to help you without any context : which dataset is it ? is there a link to the tutorial ? what is the complete code driving to this error ?

ADD REPLY
0
Entering edit mode

Hi Basti, toturial code line 78.

Thank you.

ADD REPLY

Login before adding your answer.

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