This is a test version of Biostars. For the public version, visit https://www.biostars.org.
From GI to GO anootations

Hi. I have a long list of GI which I want to retrieve their GO annotations. I read that one way to do it is by converting the GI identifier into UniPortKB identifier and from there to retrieve the GO annotations. I tried to do so by using the uniprot_tools 0.4.1 where I mapped the GI into UniProtKB and then retrieved the UniProt object.

For some of the GI's it worked but for some get the following message : Sorry, no results were found. You mapped from GI number to UniProtKB. However, 1 was successfully mapped to the UniParc sequence archive. View UniParc results (1)

When I looked on the UniParc result I get the following table: http://www.uniprot.org/uniparc/?query=yourlist:M20161020F725F458AC8690F874DD868E4ED79B8896594EO&sort=yourlist:M20161020F725F458AC8690F874DD868E4ED79B8896594EO&columns=yourlist(M20161020F725F458AC8690F874DD868E4ED79B8896594EO),id,organisms,kb,first-seen,last-seen,length

First, anybody can explain me what exactly is the different between UniPARC and UniPortKB. Second, what am I suppose to do with the table and how can I get the GO annotations?

uniprot gene

3 answers

try db2db from biodbnet.

Here is some general documentation about UniProtKB and UniParc http://www.uniprot.org/help/uniprotkb http://www.uniprot.org/help/uniparc

However, since your query seems to involve bacterial entries (cf the UniParc entry in your query http://www.uniprot.org/uniparc/UPI00001B8619):

There are 65 Bordetella bronchiseptica proteomes, but only 4 of them are non-redundant: http://www.uniprot.org/proteomes/?query=organism%3A%22bordetella+bronchiseptica%22&sort=score The redundant ones (cf http://www.uniprot.org/help/proteome_redundancy_faq) can only be found in UniParc.

See also: http://www.uniprot.org/help/redundancy

Log in to answer this question.