MAPSCI

MAPSCI computes multiple protein structure alignments and derives consensus structures that capture conserved substructures across input proteins.


Key Features:

  • Multiple structure alignment: Computes alignments for sets of protein structures to identify shared structural features.
  • Consensus structure generation: Produces a consensus structure that encapsulates common substructures present across the input proteins.
  • Coordinate representation: Represents each protein as a sequence of coordinate triples corresponding to alpha-carbon atoms along the backbone.
  • Iterative spatial alignment: Iteratively computes transformation matrices comprising translations and rotations to spatially align protein structures.
  • Distance-minimizing consensus: Generates a consensus that approximates minimization of the sum of pairwise distances between the consensus and each transformed protein structure.
  • Heuristic optimization: Employs a heuristic approach to approximate optimal alignments efficiently.
  • Performance characteristics: Demonstrates rapid convergence and produces visually coherent consensus structures relative to input proteins.
  • Comparative benchmarking: Shown to be competitive with coordinate-based alignment algorithms such as MAMMOTH and MATT in speed and conserved-region identification.
  • Benchmark datasets: Evaluated on benchmark datasets sourced from HOMSTRAD and SABmark.
  • Implementation: Implemented in C++.

Scientific Applications:

  • Structural biology: Identifying conserved structural regions across homologous proteins to inform studies of structure–function relationships.
  • Functional inference: Highlighting conserved substructures that can provide insights into protein functional mechanisms.
  • Algorithm benchmarking: Comparative evaluation of coordinate-based multiple structure alignment methods using HOMSTRAD and SABmark datasets.

Methodology:

Each protein is represented as a sequence of alpha-carbon coordinate triples; the algorithm iteratively computes translation and rotation transformation matrices to align structures and derives a consensus structure that approximates minimization of the sum of pairwise distances, using a heuristic optimization approach.

Topics

Details

Tool Type:
command-line tool
Operating Systems:
Linux, Windows
Programming Languages:
C++
Added:
12/18/2017
Last Updated:
11/25/2024

Operations

Publications

Ilinkin I, Ye J, Janardan R. Multiple structure alignment and consensus identification for proteins. BMC Bioinformatics. 2010;11(1). doi:10.1186/1471-2105-11-71. PMID:20122279. PMCID:PMC2829528.

Documentation

Links