powered by
RMSD calculation between the atoms of two PDB objects.
pdbrmsd(pdb1, pdb2, start, end, type='all', optimal=FALSE)
PDB object containing reference coordinates of atoms in protein conformation.
PDB object containing coordinates of atoms in protein conformation to compare with pdb1.
The starting residue position for the RMSD calculation. If not supplied, defaults to first residue of chain.
The ending residue position for the RMSD calculation. If not supplied, defaults to final residue of chain.
Specifies atoms to be included in the calculation. Can be 'all', 'CA' (CA atoms only), or 'backbone' (CA, N, C, O).
Apply optimal rotation and superposition? As described in https://cnx.org/contents/HV-RsdwL@23/Molecular-Distance-Measures
Returns a list with calculated RMSD value and the optimal rotation matrix.
Similar to rmsd, but with implementation in C++.
# NOT RUN { pdbrmsd(nat879, pred879, start=10, end=20, 'all', optimal=TRUE) # }
Run the code above in your browser using DataLab