This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to covert my gene IDs to gene Symbols

Hi! I have the results from my DEG analysis, and the genes are in the 'CAALFM_CR00740CA' format. I'd like to convert these IDs to their gene symbols. How can I do that?

gene-name gene-id

you may use bioMaRt bioconductor package

1 answer

Using EntrezDirect (looks like these are Candida albicans ID's):

$ esearch -db protein -query CAALFM_CR00740CA | elink -target gene | esummary | xtract -pattern DocumentSummary -element Name,OtherDesignations,OtherAliases
BMT3    Bmt3p   CAALFM_CR00740CA

Yes, they are Candida albicans.

Thank you so much for your help!

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. If an answer was not really helpful or did not work, provide detailed feedback so others know not to use that answer.

upvote_bookmark_accept

Log in to answer this question.