Expression data missing in a GEO study
1
0
Entering edit mode
9.6 years ago
William ★ 5.3k

I am downloading GEO datasets using GEOQuery in bioconductor.

For most GEO datasets this works well.

For GEO GSE39278 however no expression data is parsed from the GEO dataset.

The R code that I am using is below. The study is downloaded and the metadata is parsed succesfully. The expression table however only contains the sample id's and no probes or expression data.

Is there something wrong with the dataset or am I missing something in GEOquery?

library(GEOquery)
geo_id <- "GSE39278"
gseList <- getGEO(geo_id)
gse <- gseList[[1]]
pd <- pData(gse)
names(pd)
head(pd)
expressionTable = exprs(gse)
expressionTable
GEO bioconductor GEOquery • 4.6k views
ADD COMMENT
1
Entering edit mode
6.8 years ago

I found this old unanswered post while troubleshooting.

I had the same problem for some other GEO data sets (GSE46691, GSE79956, GSE79957, GSE62667). The explanation, given by GEO-support, for the missing data is that the file accessed by getGEO ("series_matrix" or "soft" in the GEO record) does not contain processed data for a few records, or only contain a subset of the data (for unclear reasons). However, full processed data may be provided as supplementary files instead.

The GEO data set queried by William, http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE39278, does not seem to have processed data available at all (see "Processed data not provided for this record" at the bottom). However the CEL files are available.

So this is more a feature of GEO and not a bug in GEOquery.

ADD COMMENT

Login before adding your answer.

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