[BioC] Memory error wihle processing 35 Affymetrix cel files

James W. MacDonald jmacdon at med.umich.edu
Mon Mar 26 15:42:16 CEST 2007


Hi Gunther,

Gunther Höning wrote:
> Dear list,
> 
> currently I'm trying to process 35 cel-files of the Affymetrix Human U133
> Plus 2.0 chip.
> 
> I load the libraries and read the chips into an affybatch.
> Background correction works well but during normalisation I always receive:
> "Cannot allocate vector of size 352848...")
> 
> I am using openlinux 10.2 with 2 GB RAM.
> Does anyone know a solution to this problem ?
> Using more RAM ?

Unless you specifically need to do things stepwise, a simple

eset <- rma(chips)

should suffice. This should work fine with that much RAM.

Otherwise, yes. More RAM.

Best,

Jim


> 
> Gunther
> 
> Code:
> 
> library("affy") 		
> library("hgu133plus2probe")
> library("hgu133plus2cdf")
> chips <- ReadAffy()
> bg <- bg.correct(chips, method ="rma")
> norm <- normalize(bg, method ="quantiles")
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor


-- 
James W. MacDonald, M.S.
Biostatistician
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623


**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.



More information about the Bioconductor mailing list