Stores a sequential (reverse or forward) part of a structural alignment: aligned positions and 3D transformations

Hierarchy

  • StructureAlignmentBlock

Properties

regions?: AlignmentRegion[][]

List of size M that describes structurally equivalent residues, where M - the number of aligned structures

transformations: number[][]

List of size M that holds block transformations, where M - the number of aligned structures. Each transformation is a 4x4 matrix in a column major (j * 4 + i indexing) format.

Generated using TypeDoc