OEAssumption¶
This namespace contains constants defining properties of molecules that can be assumed.
None
No assumptions should be made.
PDBOrder
Assume the molecules atoms are in standard PDB order.
BondedResidue
Assume that residues in the molecule have all the residues atoms bonded to one another.
ResPerceived
Assume that OEResidues
have been perceived.
Default
Assume PDBOrder
and
BondedResidue
and
ResPerceived
.