IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Class defining a cross-link. More...
Class defining a cross-link.
Definition at line 21 of file buildxlinks.py.
Public Member Functions | |
def | __init__ |
Initialize the class. More... | |
def | get_name |
Generate a unique name for the restraint. More... | |
def | swap |
swaps the order of the residues in the restraint More... | |
def IMP.EMageFit.buildxlinks.Xlink.__init__ | ( | self, | |
id1, | |||
chain1, | |||
residue1, | |||
id2, | |||
chain2, | |||
residue2, | |||
distance | |||
) |
Initialize the class.
[in] | id1 | Id of the first component of the cross-link |
[in] | chain1 | Chain of the first component |
[in] | residue1 | Residue cross-linked in the first component |
[in] | id2 | Id of the second component of the cross-link |
[in] | chain2 | chain1 Chain of the second component |
[in] | residue2 | Residue cross-linked in the second component |
[in] | distance | Maximum distance |
Definition at line 30 of file buildxlinks.py.
def IMP.EMageFit.buildxlinks.Xlink.get_name | ( | self | ) |
Generate a unique name for the restraint.
Definition at line 82 of file buildxlinks.py.
def IMP.EMageFit.buildxlinks.Xlink.swap | ( | self | ) |
swaps the order of the residues in the restraint
Definition at line 65 of file buildxlinks.py.