Hi community,
I've been lately facing an issue quering data from GEO database using GEOquery package, as when I want to get the expression data it didn't work for me and also I usually get olde version of the data, unlike from the direct link.
is there any suggestions?
# Download GSE108022 dataset from GEO
gse <- getGEO("GSE108022", GSEMatrix = TRUE)
gse_data <- gse[[1]]
expr <- exprs(gse_data)
pheno <- pData(gse_data)
I also tried using this
getGEOSuppFiles()
This was not the case only for this GSE, I tried different GSEs, and it was same problem.
Thanks in advance
Thank you for your response, yes I guess so,