Extracting Microarray Data From Gse 'Object' Using Geoquery
1
2
Entering edit mode
11.5 years ago

Hi.

I'm trying to use GEOquery to extract data from a GSE file I downloaded but I'm not having any joy.

Can someone tell me what commands to use?

thanks and sorry if this is covered else where.

Chros

• 5.0k views
ADD COMMENT
1
Entering edit mode

It's covered in the GEOquery manual. And it helps if you describe, precisely, what you are trying to do.

ADD REPLY
1
Entering edit mode
11.5 years ago

I'm guessing this isn't a GEOquery question, really. Assuming you are doing something like:

library(GEOquery)
gseList = getGEO('GSE2553')
gse = gseList[[1]]

Now, gse is an ExpressionSet. See the help for ExpressionSet-class (in the Biobase package) to learn how to use these objects. If this doesn't answer your question, please provide more detail in your question.

ADD COMMENT

Login before adding your answer.

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