Hi Kevin,
Thank you for your prompt reply. I downloaded this dataset from GEO by (as suggested in one of your prior posts):
gset <- getGEO("GSE49124", GSEMatrix = TRUE, getGPL = FALSE)
if (length(gset) > 1) idx <- grep("GPL10739", attr(gset, "names")) else idx <- 1
gset <- gset[[idx]]
Yes, the data is still at the probe set level, with a range of probe ID from 7892501 to 8180418. Could you please explain why the biomart query did not work? I will try the methods you suggested; but I have a problem to install the hugene10sttranscriptcluster.db in my R4.0.0. I will update if this works. Thanks!