Getting refseq cross reference using EBI REST API
1
0
Entering edit mode
8.4 years ago

Hi All,

I have not been able to extract any refseq IDs using the 'EB-eye' REST interface at EMBL. In fact, requesting a list of available cross references seems to never show refseq in the list, even when it clearly should be there - for example

http://www.ebi.ac.uk/ebisearch/ws/rest/uniprot/xref

produces this list (truncated) --

arrayexpress-repository"/>
atlas-experiments"/>
...
pfam"/>
pombase"/>
pride"/>
reactome"/>
rhea"/>
...
uniref100"/>
uniref50"/>
uniref90"/>
wormbaseParasite"/>

Basically 'everything but' Refseq!

Am I doing something wrong?

Thanks!

Randy

REST Refseq API • 2.0k views
ADD COMMENT
1
Entering edit mode
8.4 years ago

I got an answer for this problem from Silvano Squizzato at EBI. Here is what you have to do - taking a protein that I know has a refseq ID:

http://www.ebi.ac.uk/ebisearch/ws/rest/uniprot?query=DYR_HUMAN&fields=REFSEQ,id

<result>
    <hitCount>1</hitCount>
    <entries>
        <entry acc="P00374" id="DYR_HUMAN" source="uniprot">
        <fields>
            <field id="REFSEQ">
                <values>
                    <value>NP_000782.1</value>
                    <value>NP_001277283.1</value>
                </values>
            </field>
            <field id="id">
                <values>
                    <value>DYR_HUMAN</value>
                </values>

I am surprised this works, as refseq does not appear as a 'field' if you ask for the uniprot metadata.

Randy

ADD COMMENT

Login before adding your answer.

Traffic: 2176 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6