This is a test version of Biostars. For the public version, visit https://www.biostars.org.
No ensembl ID for gene ID

I'm trying to convert gene IDs to ensemble ID using files downloaded from biomart. It seems that some protein-coding genes does not have ensembl ID, but its synonym have ensemble ID available. For instance, for 'MLL2', no ensemble ID is available, but synonym of 'MLL2', which is 'KMT2D', does have its ensembl ID (ENSG00000167548). How can I account for all of the synonym while converting one ID form to another? Thanks.

gene ensembl

Hello,

I guess you first have to update your list of gene symbols. In your example 'MLL2' isn't anylonger the official symbol. It's 'KMT2D'. You can see it on Ensembl or Genenames.org.

fin swimmer

I've modified the post to correct this :)

1 answer

MLL2 is an alias, the gene's actual name is KMT2D, which is why that's what's associated with the Ensembl ID. What you can do is use the HGNC biomart to get a list of official gene symbols and their aliases. You then then convert as needed. Note that some genes may have multiple IDs, since gene names aren't unique.

Log in to answer this question.