Hello there, I am using Windows 10 machine. Trying to get GEO files using getGEO function. Since the internet is sporadic in my part of the world, I always try to download files separately and call it through R-console. But I couldn't get the GEO files using getGEO()
function. I searched the support website and found to directly link the soft file.
> getGEO("GPL6480.soft")
# Error in read.table(con, sep = "\t", header = FALSE, nrows = nseries) : invalid 'nlines' argument
Could you please tell me what did I do wrong. What is the correct way to link my already downloaded soft file from the directory folder?
Many thanks.
prasanth
In my case, the
give the following error
Make sure that the file exists, that the download completed (the file size should be bigger than 0, at least), and that you are specifying the path to the file correctly.