how can i convert a gse object(expression sets) to affybatch
1
0
Entering edit mode
Salwa Eid ▴ 100
@salwa-eid-5104
Last seen 9.7 years ago
Dear all, I have read cel files from ncbi website using the getGEO from GEOquery package. I want then to use the combineaffybatch from the matchprobe package but the objects I have to pass is affybatch. I need to convert the gse object or the expression sets to affybatch to be able to use it. Any ideas? Regards,salwa [[alternative HTML version deleted]]
convert GEOquery convert GEOquery • 1.4k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
On Thu, Feb 9, 2012 at 2:35 PM, Salwa Eid <salwaeid at="" hotmail.com=""> wrote: > > > > > Dear all, ? ?I have read cel files from ncbi website using the getGEO from GEOquery package. ?I want then to use the combineaffybatch from the matchprobe package but the objects I have to pass is affybatch. ?I need to convert the gse object or the expression sets to affybatch to be able to use it. ?Any ideas? Regards,salwa > Hi, Salwa. You cannot convert a GSE object or ExpressionSet into an affybatch since the probe-level data are not contained in either object. The getGEO function downloads the normalized data from GEO, not the .CEL files. You want to use the getGEOSuppFiles() function instead. This will download raw data, typically in .tar format. You can use the untar() function to then expand the archive. Finally, you can use the affy package to read the .CEL.gz files to get an affybatch. Hope that helps. Sean
ADD COMMENT

Login before adding your answer.

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