Warning message as converting gene Symbol to ENTREZID
1
1
Entering edit mode
adR ▴ 30
@do-it-23093
Last seen 8 months ago
Germany, München

Hello Dears,

Could please advise me on how to solve some of the genes that bitr() function fail to convert gene SYMBOL TO ENTREZID. This is the command line that I used in clusterprofiler package

sig.gene <- bitr(rownames(gene), 
                fromType="SYMBOL", 
                 toType = "ENTREZID",
                  OrgDb = org.Hs.eg.db) 

here is the warning message.

In bitr(rownames(gene), fromType = "SYMBOL", toType = "ENTREZID",  :
  9.61% of input gene IDs are fail to map... 

Thank you so much for your help!!!

go clusterprofiler • 6.0k views
ADD COMMENT
3
Entering edit mode
@james-w-macdonald-5106
Last seen 35 minutes ago
United States

Some of your symbols might have been deprecated, in which case they are now an alias. So you might try using fromType = "ALIAS" to see if that helps. Otherwise it's not completely unexpected that a gene symbol might not map. Symbols are not necessarily unique, and sometimes what you have are not the official versions, so it can be difficult to get everything to map. If ~10% isn't that many, you could try finishing up by hand.

ADD COMMENT

Login before adding your answer.

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