extract publication titles based on accession number from uniprot in python
1
1
Entering edit mode
3.4 years ago
taojincs ▴ 50

Is there any way to extract publication titles based on accession numbers (not UniProt identifiers) from UniProt in python?

I know how to do it in Java using UniProt Java API but wonder if there is any way to do it in python. Thank you!

uniprot python protein • 1.1k views
ADD COMMENT
0
Entering edit mode

What kind of identifiers do you have if not UniProt identifiers? Have you had a look at the REST API of the UniProt website, https://www.uniprot.org/help/api ?

ADD REPLY
0
Entering edit mode

Thank you very much!

ADD REPLY
1
Entering edit mode
3.3 years ago
taojincs ▴ 50

I figured it out.

Firstly, map the accession number into the entry id: https://www.uniprot.org/uploadlists/

Then, https://www.uniprot.org/help/api_retrieve_entries will help out.

Both can be achieved in python.

ADD COMMENT

Login before adding your answer.

Traffic: 1933 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