Hello, I am preprocessing a microarray data and I want the raw intensities for all the samples. I used the function exprs() but the data frame had no probe annotation in the rownames. Can anyone help me to obtain the raw expression values with the probe IDs for the samples?
It's unclear where the problem is. Is this public data, and if so how did you obtain it and from where? What format do you have right now?
It is a publicly available data which I obtained from GEO platform. The format in which the files are right now is .CEL. I read the files and tried to obtain the expression of the files using exprs() function.