Entering edit mode
comeherewinter
•
0
@comeherewinter-14821
Last seen 7.2 years ago
Hi,
when I use function getGEO, there was a error:
> gset<-getGEO("GSE59856",GSEMatrix=T,destdir="f:/")
https://ftp.ncbi.nlm.nih.gov/geo/series/GSE59nnn/GSE59856/matrix/
OK
Found 2 file(s)
/geo/series/GSE59nnn/GSE59856/
Error in download.file(sprintf("https://ftp.ncbi.nlm.nih.gov/geo/series/%s/%s/matrix/%s", :
cannot open destfile 'f:///geo/series/GSE59nnn/GSE59856', reason 'No such file or directory'
I notice that it will add '//' after my destdir, if i give destdir="f:/data", it will be "f:/data//....
anybody knows why?