convert a Binary CEL file to txt
0
0
Entering edit mode
@james-w-macdonald-5106
Last seen 14 hours ago
United States
You could go to the Affy website and download the program that will convert binary celfiles to text. Search for 'unsupported' to find it. Jim >>> "Mohammad Esad-Djou" <shahrgol@web.de> 04/11/05 11:26AM >>> Hello, I would like to convert a Binary CEL file to txt file, which has same strunktur as version 3 in HG_U133 CEL files (charachter File). The result muss a table with "probe set name", "probe number", "intensity" and "mean". I read with ReadAffy CEL file: data.raw <- ReadAffy(filenames="H:/Profile/Eigene Dateien/Dip_bak/Pr_sprach/R/ME_cel/SZ_K1_230305.CEL") after this I try the table produce: data.exprs <- exprs(data.raw) data.out <- cbind(data.exprs, 0) write.table(data.out, file="./R/ME_data/SZ_K1_230305.TXT", sep="\t", col.names=NA, quote=FALSE) but I cannot to defined correctly entire table as unten: [INTENSITY] NumberCells=506944 CellHeader=X Y MEAN STDV NPIXELS 0 0 90.0 15.8 25 1 0 5241.0 899.8 25 What can I do? Thnaks, Mohammad _______________________________________________ Bioconductor mailing list Bioconductor@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
GO affy convert GO affy convert • 1.3k views
ADD COMMENT

Login before adding your answer.

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