Hey guys,
I hope you are doing well. I am working on a project of phosphorylation ,and I am creating a database of some proteins. I have a list of protein accession ids ,and I need to get the corresponding PDB code for each one. I want to get them by the code of python or biopython tools. Please, any suggestion will really be appreciated.
Thanks
Please edit this post and change it to a
Question
. ATool
type post should only be used when a new tool is being introduced to the community.Sorry and thanks for your notice!
You’ll likely want to use some or all of the NCBI
eutils
and PDBs RESTful API. I don’t have a concrete answer for you at the moment, but that should give you somewhere to start.Thanks bro, I am working with it by the code ,and I do not retrieve the data manually . I appreciate your reply.