This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PDB id to Protein fold class

Hello,

I have a list of pdb ids, is there anyway to find out to which class of fold (like only alpha, only beta, alpha/beta etc) these proteins belong?

fold-class pdb

3 answers

Have a look at the PDBe REST API for all mappings -

http://www.ebi.ac.uk/pdbe/api/doc/sifts.html

One thing you can try is to parse this page to get the 'Domain annotation: CATH classification". Use some libraries/modules which pulls data out of html files.

Then you can use a loop and iterate over all PDB IDs to get the domains.

Found this link. It's a new release. If every pdb entry is listed in this, this will become very easier, I believe.

Hey Hello,

Please go to pdb.org and also InterPro can also help you to find all these details about the proteins.

Regards,
Garima Verma.

Log in to answer this question.