Problem with getGEO
Dear all
I want to extract the expression values of a gene from GSE75970 in my Mac Sierra 10.12.6 with R 3.3.1 and RStudio Version 0.99.903. First I run this code:
library(GEOquery)
gse <- getGEO("GSE75970")
I faced this:

Furthermore, I used
options('download.file.method.GEOquery' = 'curl')
But did not work.
Please help me.
• 1,841 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I was able to download the file:
Try upgrading to the latest version of Bioconductor using:
Then upgrade all your packages with:
Thank you vey much. Your solution works.