binary CEL file gunzipped
2
0
Entering edit mode
@denrique-escobar-espinoza-1303
Last seen 9.7 years ago
I would like to know how can I do to read binary.CEL.gz files because R sends an error like this Error in read.affybatch(filenames = l$filenames, phenoData = l$phenoData, : Is /affylims/genechip/lots/VAGIN_29-04-05/gcos_files/R006-05FX7Z08C1-R1.C EL.gz really a CEL file? tried reading as text, gzipped text and binary Execution halted is there some treack that I can use other than use gunzip?
• 1.4k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
On Friday 29 September 2006 14:59, D.Enrique ESCOBAR ESPINOZA wrote: > I would like to know > how can I do to read binary.CEL.gz files > because R sends an error like this > Error in read.affybatch(filenames = l$filenames, phenoData = > l$phenoData, : > Is > /affylims/genechip/lots/VAGIN_29-04-05/gcos_files/R006-05FX7Z08C1-R1 .CEL.gz > really a CEL file? tried reading as text, gzipped text and binary > Execution halted You might check the file sizes of .CEL files of the same chip. You can get this error if the .CEL file is corrupted in some way. Sean
ADD COMMENT
0
Entering edit mode
Sean Davis wrote: > On Friday 29 September 2006 14:59, D.Enrique ESCOBAR ESPINOZA wrote: > >>I would like to know >>how can I do to read binary.CEL.gz files >>because R sends an error like this >>Error in read.affybatch(filenames = l$filenames, phenoData = >>l$phenoData, : >> Is >>/affylims/genechip/lots/VAGIN_29-04-05/gcos_files/R006-05FX7Z08C1-R1 .CEL.gz >>really a CEL file? tried reading as text, gzipped text and binary >>Execution halted > > > You might check the file sizes of .CEL files of the same chip. You can get > this error if the .CEL file is corrupted in some way. And if they really are gzipped binary celfiles, you will have to unzip them first. As the error says, ReadAffy() only reads in text, binary, and gzipped _text_ celfiles. Best, Jim > > Sean > > _______________________________________________ > 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.
ADD REPLY
0
Entering edit mode
Ben Bolstad ★ 1.2k
@ben-bolstad-1494
Last seen 6.7 years ago
As others have mentioned: gzipped binary format cel files are currently not supported. However, gzipped text format cel files are supported and are treated as first class citizens (ie handled automatically and can be mixed with text and binary format files in the same batch). There is no reason why this couldn't also true for gzipped binary format files. Up until now there has been no demand for this which is why it has not been implemented. Best, Ben On Fri, 2006-09-29 at 11:59 -0700, D.Enrique ESCOBAR ESPINOZA wrote: > I would like to know > how can I do to read binary.CEL.gz files > because R sends an error like this > Error in read.affybatch(filenames = l$filenames, phenoData = > l$phenoData, : > Is > /affylims/genechip/lots/VAGIN_29-04-05/gcos_files/R006-05FX7Z08C1-R1 .CEL.gz > really a CEL file? tried reading as text, gzipped text and binary > Execution halted > > is there some treack that I can use > other than use gunzip? > > _______________________________________________ > 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 -- Ben Bolstad <bmb at="" bmbolstad.com=""> http://bmbolstad.com
ADD COMMENT

Login before adding your answer.

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