Hi,
i am trying to get the gene names from identifiers e.g. from th nt database, so let´s say GenBank entries. I am working with Java and originally did not want to touch BioPerl to do so.
BioMart does not seem to support GenBank ID´s yet.
So what is the best and easiest way to access the gene names by identifiers online? Is there any web service i could use? I just ran into the E Utilities from NCBI which could do the job i guess. Or shall i integrate Perl in my Java software? The easiest and most straight forward solution is welcome ;-)
Perhaps give an example of a Genbank identifier and the associated gene name. These terms can be ambiguous. For example: Genbank accession NM_018689 has GI 38638697 which maps to HGNC symbol KIAA1199 - the latter would be your "gene name"?
Yes, exactly. When using identifier NM_018689 you should get the gene name KIAA1199, maybe also the synonyms CCSP1 and TMEM2L. But how to easily access these data?
OK; so "BioMart does not seem to support GenBank IDs" is incorrect. Accessions such as NM_* are Refseq mRNA IDs which work fine, as do other kinds of NCBI accession.