This is a test version of Biostars. For the public version, visit https://www.biostars.org.
extract publication titles based on accession number from uniprot in python

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 answer

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.

Log in to answer this question.