Hi all,
I'm trying to get gene IDs for a GEO microarray affymetrix dataset and I haven't found a solution yet. I've understood that I want to use the fData function to get the annotation, but it gives me an empty table :
gset <- getGEO("GSE75214", GSEMatrix=TRUE, AnnotGPL=TRUE)[[1]]
head(fData(gset))
ID Gene title Gene symbol Gene ID UniGene title UniGene symbol UniGene ID Nucleotide Title
7892501 7892501
7892502 7892502
7892503 7892503
7892504 7892504
7892505 7892505
7892506 7892506
GI GenBank Accession Platform_CLONEID Platform_ORF Platform_SPOTID Chromosome location
7892501 NA NA control
7892502 NA NA control
7892503 NA NA control
7892504 NA NA control
7892505 NA NA control
7892506 NA NA control
Chromosome annotation GO:Function GO:Process GO:Component GO:Function ID GO:Process ID
7892501
7892502
7892503
7892504
7892505
7892506
GO:Component ID
7892501
7892502
7892503
7892504
7892505
7892506
Am I doing something wrong? Would anyone know how I could access the probes annotations for this dataset ?
Thanks