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.
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.
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
FYI it's ENSEMBL not ENSEMBLE ;)
I've modified the post to correct this :)