Structural superposition Flashcards
chap 6
STRUCTURAL SUPERPOSITION
Comparison of Structures:
Determine equivalent points between structures.
Involves suitable representation, optimization function, comparison algorithm, and
evaluation rules.
STRUCTURAL SUPERPOSITION
sup vs alignment
Superposition: Pre-defined aligned atoms using translation and rotation; used for
different conformations of the same structure.
Structural Alignment: No prior knowledge of equivalent positions; used for
comparing different or related proteins; involves database searches and identifying
structural relationships.
STRUCT SUPERPOS / Representation:
Simplifying the problem by considering one atom per residue (e.g., Cα).
SUPERPOSITION TECHNIQUES
Root-Mean-Square Deviation (RMSD):
Measures the average distance between atoms of superimposed proteins.
Kabsch Algorithm:
Centers the coordinates, computes cross-covariance matrix, and determines optimal
rotation using Singular Value Decomposition (SVD).
Distance Matrix:
L × L matrix representing distances between all pairs of atoms or a representative
atom (e.g., Cα) for each amino acid
Contact Map:
Binary matrix indicating contacts (1 for contact, 0 for no contact) using a distance
cutoff (e.g., 8 Å).
Interpretation: Helices, parallel and anti-parallel beta sheets based on contact
patterns relative to the diagonal.
SSAP (Sequential Structure Alignment Program):
Compares residue vectors and uses dynamic programming for alignment.
Independent of coordinate reference frames and invariant under rotation.
DALI (Distance Matrix Alignment):
Compares distance matrices to find structural similarities.
Fast algorithm: Compares secondary structure elements (SSEs) within a defined
distance.
Accurate algorithm: Recursively aligns matrices to maximize pair scores.
Combinatorial Extension (CE):
Finds the longest continuous path of aligned fragment pairs (AFPs).
Uses heuristic path extension and evaluates final alignment with RMSD and Z-score.
TM-align (Template Modelling align):
Uses dynamic programming and TM-score to align secondary structures.
Heuristic iterations to stabilize the alignment.
TM-score:
Weighs residue pairs at smaller distances more heavily.
Used to evaluate the similarity of protein structures irrespective of size.
Heuristic Iterations
Involves rotating structures and applying dynamic programming iteratively to achieve
stable alignments.