Getgeo Error
2
0
Entering edit mode
10.4 years ago

Hi

I turned off the firewall. This time the command gds = getGEO('GDS2478') resulted in the following error:

Using locally cached version of GDS2478 found here:

C:\Users\Asus\AppData\Local\Temp\Rtmpw96aum/GDS2478.soft.gz 
Error in read.table(con, sep = "\t", header = FALSE, nrows = nseries) : 
  invalid 'nlines' argument

Nazanin

bioconductor • 5.0k views
ADD COMMENT
0
Entering edit mode

This works fine on my system. What's the output of sessionInfo()? Presumably you need to update something.

ADD REPLY
0
Entering edit mode
10.4 years ago
Neilfws 49k

The message "Using locally cached version..." means that getGEO() is not fetching the file from GEO, but trying to use a local file on your machine.

Presumably, something is wrong with that file (e.g. it is incomplete). Delete it and try again.

ADD COMMENT
0
Entering edit mode
7.7 years ago
Satyajeet Khare ★ 1.6k

We replaced

gset <- getGEO("GSE####", GSEMatrix =TRUE, AnnotGPL=FALSE)

with

gset <- getGEO("GSE####", GSEMatrix =TRUE, destdir= "/myDirectory/", AnnotGPL=FALSE)

And its working!

ADD COMMENT

Login before adding your answer.

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