Thank you so much for your help
Error in read.affybatch
Hi I'm working GSE55945 and got an unexpected error in ReadAffy command I'll be very thankful if anyone can help me in solving it.
gse55945preset=ReadAffy(filenames = celFiles)
Error:
Error in read.affybatch(filenames = l$filenames, phenoData = l$phenoData, :
It appears that the file GSE55945/GSM1348937_110807_HGU133_PLUS_2.0_MS_36A6.CEL.gz is corrupted.
What does this error means??
• 4,519 views
•
link
1 answer
I can confirm this error. I'd suggest writing to NCBI GEO to see if they can confirm it as well. As the error message implies, the file appears to be corrupt. In the short term, I'd suggest simply excluding that file from analysis and move on.
• 1 views
•
link
• 1 views
•
link
If you get a resolution, let us know. It may help folks in the future with similar problems.
• 1 views
•
link
Log in to answer this question.
Isn't it pretty self-explanatory? Maybe you want to set
compress=Tin your call toReadAffyI just don't understand what do you mean by compress=T??
Try
gse55945preset=ReadAffy(filenames = celFiles, compress=T). Alternatively, have you checked to see that your GSE dataset was downloaded completely?Again I got same error.