[BioC] Max Cel Files

Isaac Neuhaus isaac.neuhaus@bms.com
Mon, 06 May 2002 10:20:35 -0400


Have anybody processed more than 64 cel files. I have an experiment with
66 cel files and when it start processing file number 65 the function
ReadAffy dies. Apparently is dying in this line:

aux <-
as.vector(read.celfile(CELfiles[i],compress=compress.cel,sd=FALSE)$intensity)

I have tried some combinations of the 64 files just to make sure that
there is no corruption in one of the cel files and it works just fine...
up to to 64.

Any suggestions?

Isaac