GEOquery and different GPL: handle of GSE
2
0
Entering edit mode
@claudioisliberoit-1075
Last seen 9.6 years ago
Dear BioC, I'm downloading a dataset from NCBI GEO with GEOquery, in particular GSE3654, which is composed by different GPL platforms; according to the vignette I have to split the dataset according to the GPLs, but I found I was not able to handle the GSE classes and sub-index it. Can you help me? -- Claudio ------------------------------------------------------ Dimagrire in 30 Giorni, Soddisfatti o Rimborsati! Clicca qui http://click.libero.it/webnation7feb2007
gpls GEOquery gpls GEOquery • 1.4k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
claudio.is at libero.it wrote: > Dear BioC, > > I'm downloading a dataset from NCBI GEO with GEOquery, in particular GSE3654, which is composed by different GPL platforms; according to the vignette I have to split the dataset according to the GPLs, but I found I was not able to handle the GSE classes and sub-index it. Can you help me? > Claudio, I'm glad to hear you have gotten the data downloaded and into a GSE object. In what column of the GSM tables are you interested? Also, what have you tried? I can comment more fully with that information. Sean
ADD COMMENT
0
Entering edit mode
@claudioisliberoit-1075
Last seen 9.6 years ago
---------- Initial Header ----------- >From : "Sean Davis" sdavis2 at mail.nih.gov To : "claudio.is at libero.it" claudio.is at libero.it Cc : "bioconductor" bioconductor at stat.math.ethz.ch Date : Wed, 07 Feb 2007 21:28:21 -0500 Subject : Re: [BioC] GEOquery and different GPL: handle of GSE I will show you the script for another GSE accession I have it right now, library(GEOquery) library(Biobase) #downloading and storing in GSE gse2564=getGEO("GSE2564") #Check for GPL of each platform gsmplatforms <- lapply(GSMList(gse2564), function(x) { Meta(x)$platform }) ## now I wanted to sub-index the gse according to the field $platoform, and as when I run GSMList(gse2564)[1] the object is a GSM, I suppose that the following line should works GSMList(gse2564)[1]$platform but I retrive a null results. > claudio.is at libero.it wrote: > > Dear BioC, > > > > I'm downloading a dataset from NCBI GEO with GEOquery, in particular GSE3654, which is composed by different GPL platforms; according to the vignette I have to split the dataset according to the GPLs, but I found I was not able to handle the GSE classes and sub- index it. Can you help me? > > > Claudio, > > I'm glad to hear you have gotten the data downloaded and into a GSE > object. In what column of the GSM tables are you interested? Also, > what have you tried? I can comment more fully with that information. > > Sean > ------------------------------------------------------ Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom http://click.libero.it/infostrada8feb07
ADD COMMENT

Login before adding your answer.

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