Hello Kevin, Thanks a lot for the response. I'm parsing the expression values from GDS files in Bioconductor following the tutorial given here. Most of the studies from the above search have reported GSE files. Could you please suggest whether there are tutorials on how to parse data from GSE files in Bioconductor?
Edit: I found a tutorial that shows how to parse from GSE files. But what I could get is the probe ids and the expression values for each sample. For instance from GDS one could use Table(gds)/Column(gds) to filter the gene synmbols and the sample description. For GSE, it is mentioned that object class is not available. Could someone help me in filtering the gene symbols and sample description from the expression set that is created using GSE data?