OESuperpositionTypeΒΆ
Attention
This API is currently available in C++ and Python.
This namespace contains constants for superpositioning methods.
See also
- OESuperpositionOptions class
Code Example
- Calculating simple superposition example
Default
The default superpositioning method is OESuperpositionType::Global.
DDM
Calculate superposition using the Distance Difference Matrix method.
Global
Calculate superposition using the all matched atoms.
Site
Calculate superposition using the input site residues. Site residues must be set with the SetSiteResidues member function of the OESuperpositionOptions class.
SSE
Calculate superposition using an overlap of Secondary Structure Elements.
See also
Undefined
Superposition method is undefined. No superposition will take place.
Weighted
Calculate a weighted superposition using weights taken from the Difference Distance Matrix.