GEOquery error in downloading SOFT files
1
1
Entering edit mode
hzc363 ▴ 20
@hzc363-11909
Last seen 7.1 years ago

I try to download the soft file of a GSM from GEO:

getGEO("GSM998923",destdir='Data')

I get the following error:

Error in download.file(myurl, destfile, mode = mode, quiet = TRUE, method = getOption("download.file.method.GEOquery")) : 
  cannot open URL 'http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?targ=self&acc=GSM998923&form=text&view=full'

 

I then tried to see if it is an internet problem, so I copied the url in the error message and did this:

url="http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?targ=self&acc=GSM998923&form=text&view=full"

download.file(url,destdir="Data")

This time it works. The content in the url is downloaded without problem. 

So my question is, why the getGEO function give me the error and how can I fix it?


I am using "R version 3.3.1 (2016-06-21)" and GEOquery 2.40.0

geoquery getgeo GEO • 2.1k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

An upgrade to GEOquery 2.40 will likely fix the problem.  NCBI has moved away from using "http" in favor of "https", so you'll need to update GEOquery to address that issue.  Sorry for the inconvenience!

 

ADD COMMENT
1
Entering edit mode

upgrade works! Thanks. 

ADD REPLY

Login before adding your answer.

Traffic: 704 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6