Downloading a private GEO with GEOquery
1
1
Entering edit mode
@lluis-revilla-sancho
Last seen 9 hours ago
European Union

I am trying to access some unpublished data from GEO for which I know the GSE number and the access token. I would like to download it. However, I couldn't download it using getGEO.

I tried both using just the GSE and with a modified version with the token at the end

gse <- getGEO("GSE01010101")
gse <- getGEO("GSE01010101&?token=randomletters")

In both cases the response I get is:

Error in open.connection(x, "rb") : HTTP error 404.

I haven't found anything online or in the help pages of GEOquery, but I might have missed it. Or maybe there is another solution outside GEOquery package

How can I download the data using GEOquery?

GEOquery • 1.3k views
ADD COMMENT
1
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

Unfortunately, I don't have that functionality implemented. You can download the series matrix files by hand and then read them using getGEO, though.

I will not be able to get to it soon, but if you want, feel free to file an issue to add reviewer link functionality (https://www.ncbi.nlm.nih.gov/geo/info/faq.html#revieweraccess).

ADD COMMENT

Login before adding your answer.

Traffic: 751 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