| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Restrain residue/residues to bind to unknown location in a target. More...
Inherits RestraintBase.
Restrain residue/residues to bind to unknown location in a target.
Public Member Functions | |
| def | __init__ | 
| Constructor.  More... | |
| def | get_container_pairs | 
| Get particles in the close pair container.  More... | |
| def IMP.pmi.restraints.basic.ResidueProteinProximityRestraint.__init__ | ( | self, | |
| hier, | |||
| selection, | |||
cutoff = 6.0,  | 
        |||
sigma = 3.0,  | 
        |||
xi = 0.01,  | 
        |||
resolution = 1.0,  | 
        |||
weight = 1.0,  | 
        |||
label = None  | 
        |||
| ) | 
Constructor.
| hier | Hierarchy of the system | 
| selection | Selection of residues and target; syntax is (prot, r1, r2, target_prot) or (prot1, r1, r2, target_prot, target_r1, target_r2) | 
| cutoff | Distance cutoff between selected segment and target protein | 
| sigma | Distance variance between selected fragments | 
| xi | Slope of a distance-linear scoring function that funnels the score when the particles are too far away | 
| resolution | Resolution at which to apply restraint | 
| weight | Weight of the restraint | 
| label | Extra text to label the restraint so that it is searchable in the output | 
| def IMP.pmi.restraints.basic.ResidueProteinProximityRestraint.get_container_pairs | ( | self | ) |