Error When Reading GEO Series Matrix File Using GEOquery in R
0
1
Entering edit mode
8.1 years ago
Alonzo ▴ 20

I'm running R 3.2.3 on Windows 8, trying to get phenotype data from a GSE using GEOquery (v. 2.36.0), but when I run the command

GSE781 <- getGEO(filename="GSE781--GPL96_series_matrix_txt.gz", GSEMatrix = TRUE)

I get the following error:

Error in xj[i]: only 0's may be mixed with negative subscripts

In addition: Warning message: In download.file(myurl, destfile, mode = mode, quiet = TRUE, method = getOption("download.file.method.GEOquery")) : downloaded length 1278353 != reported length 200.

I get the same "Error in xj[i]: only 0's may be mixed with negative subscripts" error when I tried using

GSE781 <- getGEO("GSE781", GSEMatrix = TRUE)

I'm really stumped as to what I could be doing wrong. Any help is much appreciated!

GEOquery GEO Bioconductor R Series Matrix • 3.5k views
ADD COMMENT
1
Entering edit mode

The following worked for me:

GSE781 <- getGEO("GSE781", GSEMatrix = TRUE)

GEOquery_2.36.0
R version 3.2.1
ADD REPLY

Login before adding your answer.

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