hello, everyone!
can anyone help solve the problem I came across when using 'gcrma'?
the code was shown as followed:
"
untar("GSE32529_RAW.tar", exdir="data")
cels <- list.files("data/", pattern = "[gz]")
sapply(paste("data", cels, sep="/"), gunzip)
cels
celfiles.gcrma <- gcrma(celfiles)
celfiles.gcrma
"
The return was
"
Adjusting for non-specific binding.......................
Error in rowSums((x.evaluate <= rep(ranges[2L, ], rep_len(M, D))) & (x.evaluate >= :
'Calloc' could not allocate memory (496468 of 16 bytes)
"
Is it because of the lack of memory of my PC? And how can I fix it?
thank you!
Thank you very much! I'll try it.