Problem in reading the NCBI's GEO microarray SOFT files in R/BioConductor
1
0
Entering edit mode
9.6 years ago
aswathym • 0

I was working in R reading the GEO dataset. I don't know why I can't execute this command. I don't know whether it is any installation problem or any library missing .I am using dataset from GEO database. This is the first time I am trying in R

looking forward for the answers..

geneNames(eset)[1:10]
Error: could not find function "geneNames"
R • 3.6k views
ADD COMMENT
0
Entering edit mode

Are you following any tutorial? Where did you get those lines?

ADD REPLY
0
Entering edit mode

Yeah I was following one tutorial. i loaded GEO file and checked the metadata everything was fine.

eset <- GDS2eSet(gds858, do.log2=TRUE)

This is what I did before running geneNames() function

Do you think its bcoz of library intsllation problem in R

When I tried to upgrade. I got this.

Error: Bioconductor version 3.0 cannot be upgraded with R version 3.1.0
ADD REPLY
0
Entering edit mode

No, it's not library installation problem. This function was "Biobase Deprecated and Defunct".

ADD REPLY
0
Entering edit mode

So what do you think - how should I proceed?

ADD REPLY
2
Entering edit mode
9.6 years ago

The method is featureNames(), not geneNames(). Try that instead.

If you are looking for actual gene symbols, you'll need to use fData(eset)[1:10,] and determine which column you would like to use for "gene name".

ADD COMMENT

Login before adding your answer.

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