NuriKit v0.1.0b2
Loading...
Searching...
No Matches
nuri::TMAlignResult Struct Reference

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.

Detailed Description

Result of TM-align algorithm.

See also
tm_align()
Note
The TM-score is set to a negative value if the alignment failed for any reason. In such cases, other fields will be left unspecified.

Member Data Documentation

◆ msd

double nuri::TMAlignResult::msd

The mean square deviation of the aligned region.

◆ templ_to_query

ArrayXi nuri::TMAlignResult::templ_to_query

A map of the template structure to the query structure. Negative values indicate no alignment.

◆ tm_score

double nuri::TMAlignResult::tm_score = -1

The TM-score of the alignment.

◆ xform

Isometry3d nuri::TMAlignResult::xform

The transformation matrix.


The documentation for this struct was generated from the following file: