OpenStructure
Loading...
Searching...
No Matches
Namespaces | Functions
dockq.py File Reference

Go to the source code of this file.

Namespaces

namespace  ost
 
namespace  ost::mol
 
namespace  ost::mol::alg
 
namespace  ost.mol.alg.dockq
 

Functions

 _PreprocessStructures (mdl, ref, mdl_ch1, mdl_ch2, ref_ch1, ref_ch2, ch1_aln=None, ch2_aln=None)
 
 _GetContacts (ent, ch1, ch2, dist_thresh)
 
 _ContactScores (mdl, ref, mdl_ch1, mdl_ch2, ref_ch1, ref_ch2, dist_thresh=5.0)
 
 _RMSDScores (mdl, ref, mdl_ch1, mdl_ch2, ref_ch1, ref_ch2, dist_thresh=10.0, cb_mode=False)
 
 _ScaleRMSD (rmsd, d)
 
 _DockQ (fnat, lrmsd, irmsd, d1, d2)
 
 DockQ (mdl, ref, mdl_ch1, mdl_ch2, ref_ch1, ref_ch2, ch1_aln=None, ch2_aln=None, contact_dist_thresh=5.0, interface_dist_thresh=10.0, interface_cb=False)