HI Kevin, Many thanks for the response. Excuse me for the naive question.I'm a beginner in this field. Could you please explain what it exactly means when we say the data is "normalized"? Does the expression value given in log2 scale mean the data is normalized?
gse <- getGEO("GSE30732", GSEMatrix=FALSE)
This syntax doesn't allow me to use command like exprs(gse[[1]]). I obtain an error , this S4 class is not subsettable , the same error shown in the question posted in the link shared by you. I understand this command can be used when for matrix series files.
exprs(gse[[1]]) works for parsing the log2 scale values from matrix series files and Table(gds) works for parsing values from gds files. How do we parse normalised (unlogged) data from SOFT files? Could you please provide the syntax that has to be used to get the unlogged data? I wish to obtain the gene names and cell type description too.( For which you suggested pData (ESET[[1]]) in my previous post.)
What is the difference between normalised and in normalised data? To compare data from multiple studies, is it recommend to use the normalised data or should one use unnormalised data?
Is there any tutorial on how to normalize data from CEL files?
I had a chance to use GEO2R before, since I am trying to analyze data from many different experimental studies , I am trying to write codes to automate the analysis.
Many thanks

