Skip to content
Prev 78033 / 398502 Next

memory issues with large data set

Christina Yau wrote:
This question concerns a BioC package, so the correct listserv is 
bioconductor at stat.math.ethz.ch, not the R-help listserv. In the future, 
you should direct questions about BioC packages there.

You don't have enough memory to read all 97 arrays into an AffyBatch, 
not to mention doing any further processing on them. You will have to 
use justRMA() or justGCRMA() to process your data.

In addition, I don't think you can access any more than 2 Gb of RAM 
anyway without making some changes. See 2.11 of the Windows FAQ.

HTH,

Jim