HI,
I am new to R.I am using a windows base system. I am following the tut by Daniel Swan. After writing the following command
> gene.symbols <- getSYMBOL(probeset.list$ID, "hgu133plus2")
get this eror:
Error in unlist(lookUp(x, data, "SYMBOL")) : error in evaluating the argument 'x' in selecting a method for function 'unlist': Error in lookUp(x, data, "SYMBOL") : No keys provided
Can any one help.
rabia
You can see for yourself from the table that there isn't any column called "ID". In R parlance, the row identifiers are row names rather than a column of the table.