Entering edit mode
4.0 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!
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 ?
Thank you very much!