error in gcrma function
1
0
Entering edit mode
@farahqureshi5-12184
Last seen 6.6 years ago

Greetings!!

can anyone help me with this error encountered and how it can be rectified. is it due to less memory in my system or any other issue

celfiles.gcrma = gcrma(celfiles)
Adjusting for optical effect..
Error: cannot allocate vector of size 124.0 Mb

thanking in anticipation

gcrma • 1.1k views
ADD COMMENT
0
Entering edit mode
Guido Hooiveld ★ 3.9k
@guido-hooiveld-2020
Last seen 9 hours ago
Wageningen University, Wageningen, the …

This is indeed a typical error of having all available RAM exhausted.

Two suggestions:

- perform RMA normalization (instead of gcRMA) [celfiles.rma <- rma(celfiles)]; AFAIK RMA requires less memory.

- if applicable, be sure to run the 64bits version of R. On 64 bit operating systems more memory can be used than on 32 bit OS, thus if possible take advantage of it.

ADD COMMENT
0
Entering edit mode

Another alternative is to use justGCRMA, which is intended to be less memory intensive.

ADD REPLY

Login before adding your answer.

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