BioPython to check multiple docking results
0
0
Entering edit mode
18 months ago
Jafs • 0

I have a large number of protein-protein docking results (pdb files) that I am trying to filter according to known constraints. Is BioPython capable of sequentially checking multiple (already aligned) structures with a reference structure and remove all which do not meet my constraints (distance to a set residue etc.)

The key issues I'm running into are comparing distances etc between different pdb files and the aforementioned sequential checking/deletion.

I think I will need to handle this with two or more scripts, a script for the checking and deletion, which calls a separate script for checking my constraints.

I hope this is clear and I am not completely off track

protein docking BioPython • 445 views
ADD COMMENT
0
Entering edit mode

I think there are some methods for this in biopython (or can be coded from hand using biopythons object model to help), but its not really where it excels. This is probably a task for pymol or similar.

ADD REPLY

Login before adding your answer.

Traffic: 2646 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6