1. How does structural comparison benefit protein analysis?
Structural comparison benefits protein analysis by providing more reliable and evolutionary accurate information compared to sequence similarity. Structure is generally more conserved than sequence, allowing for the observation of distant evolutionary relations between proteins. Structural comparison also helps identify similarities between proteins that cannot be discovered by comparing sequences alone. Additionally, structural comparison is valuable in understanding the folding process and function of proteins, as well as identifying common ancestry between proteins. This is demonstrated by the example of comparing the structures of bovine rhodopsin and sensory rhodopsin, where the structural alignment reveals similarities despite low sequence identity. Overall, structural comparison provides a deeper understanding of protein structures and their evolutionary relationships.
read more
2. How are protein structures represented in PDB coordinates?
In PDB coordinates, protein structures are represented by assigning x, y, and z coordinates for each atom. This is recorded in the PDB file, where each atom is represented by a positional vector p R 3 in three-dimensional space, denoted as p = (p x, p y, p z). The structure can be rotated as a rigid body without changing interatomic distances. The frame of reference is determined by the experimentalist who created the PDB file, allowing for arbitrary rotation and translation. Comparing the rotation and translation of two protein structures is crucial for structural superpositioning. A score is needed to evaluate the similarity of two protein structures.
read more
3. What is the root mean square deviation (RMSD) used for?
The root mean square deviation (RMSD) is a simple measure used to score the similarity of two protein structures. It calculates the squared difference between two sets of atoms, typically using a single representative atom per residue, such as C-alpha or C-beta atoms. RMSD is given by the formula RMSD(V, W) = 1/n Σ(v_i,x - w_i,x)^2 + (v_i,y - w_i,y)^2 + (v_i,z - w_i,z)^2, where the sum runs over all matched pairs of atoms in the alignment of V and W, and n is the total number of matched residues. To calculate RMSD, it is essential to know the correspondence between the residues in the two different structures, as it involves subtracting the coordinates of atom w_i from atom v_i.
read more
4. What is structural superposition?
Structural superposition is a method used to find an optimal rotation and translation between two sets of atoms. It minimizes the RMSD score to determine the best fit. However, it cannot identify alignment or residues between protein structures. The RMSD score measures dissimilarity after superposition, and the optimal translation ensures the centers of mass fall on top of each other. The rotation can be found exactly using 4D quaternions and the Jacobi algorithm. Structural superposition is used to compare protein structures with known residue mapping or model predictions, but requires structural alignment for comparing homologous proteins.
read more