| | |
- analyze(potList)
- perform analysis of DistSymmPot terms and return nicely formatted
summary
- create_DistSymmPot(name, restraints=None)
Create a DistSymmPot term with distances specified in a file or sequence.
The form of the sequence should be:
[[ (atom1, atom2), (atom3, atom4) , ...], ...]
where atomn is a atom selection string which selects a single
atom, and each pair of atoms specifies a distance. The sequence
should contain at least two atom pairs.
- genDimerRestraints(resids, segids=['A', 'B'], atomName='CA')
generate a set of restraints for DistSymmPot appropriate for a dimer
with identical subunits in the specified segids. Restraints will be
created, one for each specified residue using the specified atom name.
|