Conformation vs. Residue Number

The following example file shows how to produce a print or plot file that indicates the deviations of bonds and bond, dihedral, and improper angles from ideality as a function of residue number. This information is useful for crystallographic refinement (Chapter 14) as well as NMR structure refinement (Chapter 20). It can be used to localize problems in the refined coordinates.

geomplot.inp

The following Mathematica file was used to produce the plot shown in Fig. 5.1. The information is plotted as a function of sequential residue number.

geomplot.math

The resulting plot looks like this:

Figure 5.1: Geometry vs. residue number.
\begin{figure}{\epsfxsize =300pt
\noindent\epsffile{geomanal___geomplot.eps}
}\end{figure}

The correspondence between sequential residue number and actual residue identifier can be established by issuing the following statements:

vector ident (store1) ( tag )
vector show element ( store1 ) ( attr store1 > 0 )
A particular residue identifier can be queried by saying
vector ident (store1) ( tag )
vector show element ( store1 ) ( attr store1 = 41 )
which will show the residue identifier that corresponds to the 41st sequential residue.



Xplor-NIH 2023-11-10