when using getGEO() from GEOquery, an error happened : a file does not exist
1
1
Entering edit mode
jing ▴ 20
@jing-24653
Last seen 3.2 years ago
library(GEOquery)
gse = "GSE42872"
eSet <- getGEO(gse, 
               destdir = '.', 
               getGPL = F)

Found 1 file(s) GSE42872_series_matrix.txt.gz Using locally cached version: ./GSE42872_series_matrix.txt.gz

error: 'C:\Users\kktt\AppData\Local\Temp\Rtmpovt65s\file1db02805191' does not exist.

any help?

Thanks!

GEOquery projectR • 1.3k views
ADD COMMENT
0
Entering edit mode

If you restart R and try again, does that help? The error seems to imply that the Temp directory does not exist.

ADD REPLY
1
Entering edit mode

thanks a lot! I have found my problem and solved it

ADD REPLY
0
Entering edit mode

Great to hear that you got things worked out, @jing-24653. I posted your solution as an answer.

ADD REPLY
1
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

Thanks for help from a dedicated user who tracked down this issue to using a Chinese username on Windows and misnamed Temp directory. The solution seems to involve changing the Microsoft Windows username to English.

See the associated Github Issue for discussion and details.

ADD COMMENT

Login before adding your answer.

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