converting Probs Id to gene name
Hi
I have some probeIDs and I want to convert that to gene names
I've run below script in R
library("annotate")
library("rat2302.db")
select(rat2302.db, c("1368587_at", "1385248_a_at",c("SYMBOL","ENTREZID","GENENAME"))
and then it gave an error
Error in select(rat2302.db, c("1368587_at", "1385248_a_at"), c("SYMBOL", :
unused argument (c("SYMBOL", "ENTREZID", "GENENAME"))
Please help me, what is the problem?
• 37 views
•
link
0 answers
No answers yet.
Log in to answer this question.