pdbsuperpose
Superpose 3-D structures of two proteins
Syntax
Description
pdbsuperpose(
computes and applies a linear transformation to superpose the coordinates of the protein
structure represented in PDB1,PDB2)PDB2 to the coordinates of the protein
structure represented in PDB1.
Alpha carbon atom coordinates of single chains for each structure are considered to compute the linear transformation (translation, reflection, orthogonal rotation, and scaling). By default, the first chain in each structure is considered to compute the transformation, and the transformation is applied to the entire molecule.
returns a dissimilarity measure given by the sum of the squared errors between
Dist = pdbsuperpose(PDB1,PDB2)PDB1 and PDB2. For more information, see
procrustes.
___ = pdbsuperpose(
specifies options using one or more name-value arguments in addition to the arguments in
previous syntaxes.PDB1,PDB2,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2008bSee Also
getpdb | pdbread | pdbtransform | swalign | procrustes