|
NuriKit v0.1.0b2
|
Result of TM-align algorithm. More...
#include <nuri/tools/tm.h>
Public Attributes | |
| Isometry3d | xform |
| The transformation matrix. | |
| ArrayXi | templ_to_query |
| double | msd |
| The mean square deviation of the aligned region. | |
| double | tm_score = -1 |
| The TM-score of the alignment. | |
Result of TM-align algorithm.
| double nuri::TMAlignResult::msd |
The mean square deviation of the aligned region.
| ArrayXi nuri::TMAlignResult::templ_to_query |
A map of the template structure to the query structure. Negative values indicate no alignment.
| double nuri::TMAlignResult::tm_score = -1 |
The TM-score of the alignment.
| Isometry3d nuri::TMAlignResult::xform |
The transformation matrix.