This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Getting the interacting protein chains in a PDB file

Hi

I am trying to write a script which automatically picks the subunits for a protein complex. Instead of the PDB I am using the IMGT format which is just different numbering system.

For example for 1KJ3, we have: http://www.imgt.org/3Dstructure-DB/cgi/details.cgi?pdbcode=1KJ3&Part=File

By looking at the 1KJ3 you can see there are two similar subunits where chains (Q,I,M) and (P,H,L) interact. What is the best way to get this information directly from the PDB file without needing to look at the structures? Should I calculate distances among chains?

FYI I am using Python & BioPython.

Thanks

python biopython interaction pdb protein

0 answers

No answers yet.

Log in to answer this question.