This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error for converting from gene symbol to Entrez IDs

Hi,

For my study, I have to convert gene symbols to Entrez IDs. So, by using "org.Dr.eg.db" package and my annotation file(annot) I wrote below code:

library("org.Dr.eg.db")

keytypes(org.Dr.eg.db)

k<- c("RP11-34P13.7","DDX11L1","RP4-591L5.1" )
kname<- bitr(k, fromType="SYMBOL", toType=("ENTREZID"), OrgDb="org.Dr.eg.db")

unfortunately, I got this error:

Error in .testForValidKeys(x, keys, keytype, fks) : 
 None of the keys entered are valid keys for 'SYMBOL'. Please use the keys method to see a listing of valid arguments.

I appreciate if any body share his/her comment with me.

Best Regards,

entrez-id org.dr.eg.db

The error is clear, they are not valid symbol names. Are you sure these are valid gene symbols for zebrafish??

Hi,

Thanks for your comment. No, my genes symbols belongs for Human. based on your comment If I can't use this package for Human genes symbols, what should I do? which package can give me Entrez IDs from my symbols? I appreciate if you share his/her comment with me. Best Regards,

0 answers

No answers yet.

Log in to answer this question.