problem with R2.0.0
2
0
Entering edit mode
Dianjing Guo ▴ 90
@dianjing-guo-989
Last seen 9.6 years ago
Hi, I found the following error message while trying to read in 30 soybean cel files using R2.0.0: Error in initialize(value, ...) : End of file reached unexpectedly. Perhaps this file is truncated. But i don't have problem read in small number of files (e.g 4 cel files). Is there any limit for the file size to be read in each time? Any comments regarding this would be highly appreciated. Dianjing
• 799 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 3 hours ago
United States
Dianjing Guo wrote: > Hi, > > I found the following error message while trying to read in 30 soybean > cel files using R2.0.0: > > Error in initialize(value, ...) : End of file reached unexpectedly. > Perhaps this file is truncated. I've never seen this error, but it looks like one of your cel files may be corrupted. Another possibility is that you are running out of memory, but you usually get a different error (I only mention this because IIRC, the soybean chips are *huge*, so 30 of them might well use up all of your RAM). Are any of your cel files very different in size? You might also try reading in say 10 chips, then 15 chips etc until you locate the number at which you hit the error. Then see if you can exclude that particular chip and read in the remainder. HTH, Jim > > But i don't have problem read in small number of files (e.g 4 cel > files). Is there any limit for the file size to be read in each time? > > Any comments regarding this would be highly appreciated. > > Dianjing > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109
ADD COMMENT
0
Entering edit mode
James W. MacDonald wrote: > Dianjing Guo wrote: > >> Hi, >> >> I found the following error message while trying to read in 30 soybean >> cel files using R2.0.0: >> >> Error in initialize(value, ...) : End of file reached unexpectedly. >> Perhaps this file is truncated. > > > I've never seen this error, but it looks like one of your cel files may > be corrupted. This error testing was added to the (original) parsers to answer a specific problem (and robustify the code... 'was quite some time ago already..). The problem was reported by Wolfgang Huber and Robert Gentleman (if I remember right), about CEL data they. They can probably tell more about why their data files were truncated. (from experience, FTP transfers can sometimes play similar tricks) > Another possibility is that you are running out of memory, > but you usually get a different error (I only mention this because IIRC, > the soybean chips are *huge*, so 30 of them might well use up all of > your RAM). ...this would mean that there is currently a memory leak in the parsers and/or a mishandling of the event (and a wrong error message)... > Are any of your cel files very different in size? You might also try > reading in say 10 chips, then 15 chips etc until you locate the number > at which you hit the error. Then see if you can exclude that particular > chip and read in the remainder. Using the flag "verbose" in 'read.affybatch' can be helpful (and spare you the recursive subdividing of the list of CEL files to find the problem). > HTH, 'same, L. > Jim > > >> >> But i don't have problem read in small number of files (e.g 4 cel >> files). Is there any limit for the file size to be read in each time? >> Any comments regarding this would be highly appreciated. >> >> Dianjing >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor@stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor > > >
ADD REPLY
0
Entering edit mode
Ben Bolstad ★ 1.1k
@ben-bolstad-93
Last seen 9.6 years ago
This message is typically given if your cel file seems corrupted (and thus is shorter than expected). Try reading in smaller subsets of the data until you figure out which file it is. You may be able to use the verbose argument of ReadAffy() to find out which file it is choking on. Thanks, Ben On Fri, 2004-10-29 at 08:34, Dianjing Guo wrote: > Hi, > > I found the following error message while trying to read in 30 soybean > cel files using R2.0.0: > > Error in initialize(value, ...) : End of file reached unexpectedly. > Perhaps this file is truncated. > > But i don't have problem read in small number of files (e.g 4 cel > files). Is there any limit for the file size to be read in each time? > > Any comments regarding this would be highly appreciated. > > Dianjing > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- Ben Bolstad <bolstad@stat.berkeley.edu> http://www.stat.berkeley.edu/~bolstad
ADD COMMENT

Login before adding your answer.

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