GEOquerry error, expression dataset is loading as a list
1
0
Entering edit mode
3.2 years ago

please see here if you need to install GEOquerry library.

library(GEOquerry)
eset <- getGEO("GSE4051", getGPL = FALSE)
exprs(eset)
> exprs(eset)
Error in (function (classes, fdef, mtable)  : 
unable to find an inherited method for function ‘exprs’ for signature ‘"list"’
> pData(eset)
Error in (function (classes, fdef, mtable)  : 
unable to find an inherited method for function ‘pData’ for signature ‘"list"’

As a sanity check I wanted to see if GEOquerry was working properly and I think something is fishy.

> class(eset) == "ExpressionSet"
[1] FALSE

Also in the Environemtn window of Rstudio the eset variable is showing as a Massive list, shouldn't it be some object?

software error • 851 views
ADD COMMENT
2
Entering edit mode
3.2 years ago
ATpoint 82k

There is your expression set: eset$GSE4051_series_matrix.txt.gz

> class(eset$GSE4051_series_matrix.txt.gz)
[1] "ExpressionSet"
attr(,"package")
[1] "Biobase"
ADD COMMENT
0
Entering edit mode

thank you, i apprecaite it

ADD REPLY

Login before adding your answer.

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