Entering edit mode
jing
▴
20
@jing-24653
Last seen 3.8 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!
If you restart R and try again, does that help? The error seems to imply that the Temp directory does not exist.
thanks a lot! I have found my problem and solved it
Great to hear that you got things worked out, @jing-24653. I posted your solution as an answer.