Entering edit mode
9.1 years ago
hasani.iut6
▴
60
I've been download soft file data from GSE47875 assertion number to my labtop. Now I want to load it to R, i've been used the
getGEO("GSE47875",filename = "Desktop/GSE47875/GSE47875_series_matrix.txt.gz")
command but I faced the following error:
sh: 1: curl: not found
File stored at:
/tmp/RtmpHyQAgg/GPL1355.soft
Error in file(fname, "r") : cannot open the connection
In addition: Warning messages:
1: In download.file(myurl, destfile, mode = mode, quiet = TRUE, method = getOption("download.file.method.GEOquery")) :
download had nonzero exit status
2: In file(fname, "r") :
cannot open file '/tmp/RtmpHyQAgg/GPL1355.soft': No such file or directory
Where is the problem? how can load the soft file data to R?
Thank you,
mansoor