M. Carson, T.W. Buckner, Z. Yang, S.V.L. Narayana and C.E. Bugg (1994) Error Detection in Crystallographic Models. Acta Cryst. D 50:900-909.
X-PLOR and ribbons need be set up as expected on your system (see Program Environment later in this chapter).
fdm_may94 (name_tag)The script may also be run interactively by answering the prompts for input.
fdm_bref.pdb (final.pdb)
fdm_prep.pdb (prev.pdb)
fdm_2fo.dsn6 (Fobs = 2Fo-Fc.map)
fdm_calc.dsn6 (Fcal.map)
fdm_xa_ribbons.inp (Xplor.inp)
The script produces 11 ascii files of per-residue information, with each file name prefaced with the `name_tag' set on input:
ribbons needs be set up as expected on your system (see Program Environment later in this chapter).
The script produces an ascii files of per-residue information, `rsr.list' with the Real Space Residual fit of model to map.
res# aa R-all R-mc R-sc 84 D 0.281 0.220 0.320 85 F 0.147 0.140 0.148
res# aa Eave Emc Esc Rmc Bmc Smc Gmc Dmc Rsc Bsc Ssc Gsc Dsc 84 D 1.64 1.86 1.43 3.7 2.8 3.7 -0.4 -0.5 3.8 2.9 1.1 -0.3 -0.4 85 F 0.05 0.20 -0.11 0.7 1.0 0.6 -0.9 -0.5 0.1 0.2 -0.2 -0.3 -0.4
84 D c c x C C C E D E A A E D C A A 85 F c c x B B A B C B A A B B A A AScores are based on the value of an error criteria in standard deviation units relative to the mean for all the residues. These scores are assigned colors for visualization with ribbons .
ribbons version 2.5 or later employs an X Windows/Motif interface. Choose pop-up menus by pressing the LeftMouseButton on the labeled Menubar at the top of the screen. Use the Ribbon Style Panel Sequence Color Widget to select any analysis feature for display by selecting the `Ribbon Style' choice of `Edit' from the Menubar.
Pressing the ALT key while the cursor is over a residue will display information about the error criteria. Press ALT with the cursor over the background to clear the message.
Ramachandran-like plots can be viewed directly on SGI machines as follows:
Each *.pdb file must have as its last line the `END' record. The current best model must have the polar hydrogens used by X-PLOR. Each protein chain subjected to the full analysis should contain only standard amino acids with standard atom names, else the results will be suspect for the non-standard residues. The programs cannot distinguish between `mainchain' and `sidechain' or look up the residue's preferred conformations for the `hetero' atom files; thus, less information is output for these.
cp $RIBBONS_HOME/analysis/xplor/rsr_maps.inp .
Edit this file to incorporate your data and set the file names for the output maps. The sample data is from the monolclinic crystal form of Factor D. Here is a shell script ( $RIBBONS_HOME/analysis/xplor/rsr_maps.csh ) to produce the maps (I usually do this interactively):
#!/bin/csh # # 'xplor' executes Brunger's X-PLOR. # 'xmappage' executes his utility to create FRODO maps. # # calculate the maps and create the output X-PLOR *.map files. # you can save the output to create Luzzati plots. # # this file is: $RIBBONS_HOME/analysis/xplor/rsr_maps.inp # xplor < rsr_maps.inp > rsr_maps.out # convert the *.map files to FRODO binary format # xmappage < < END fdm_2fo.map fdm_2fo.dsn6 END xmappage < < END fdm_calc.map fdm_calc.dsn6 END # pitch the big ascii *.map files # rm fdm_2fo.map fdm_calc.mapOf course you can use any appropriate program to create the maps, eg, Wm. Furey's PHASES package.
cp $RIBBONS_HOME/analysis/xplor/xplor_ribbons.inp .
Edit the file in the three places where comments draw your attention.
You must: 1) set your X-PLOR *.psf file name,
2) include any required parameter files,
3) and most importantly set the selection statement
at the end to include only the inclusive residue numbers of the
atoms of the particular protein chain or set of atoms being analyzing.
Alternative refinement programs such as PROLSQ or TNT could
likely give an equivalent list of geometric strain.
Anyone interested in adapting the protocol to a different
refinement program should contact me (who is counting on
your being an expert on the refinement program of choice!).
You are expected to have a command named `xplor' that
executes the X-PLOR program.
(You could change this by editing the definition of `run_xplor'
in the `ribbon-errors' script in $RIBBONS_HOME/bin.)
Additionally, you should set the environment variable `TOPPAR'
to point to the X-PLOR topology and parameter directory.
ribbons must be installed correctly on your system
(see Installation Notes ).
You must: 1) have at least the main ribbons directory and the
/analysis, /bin, /data, and /help subdirectories,
2) have the environment variable `RIBBONS_HOME'
set to point to the root of the ribbons directory tree,
3) have `$RIBBONS_HOME/bin' added to your command path.
See the VMS section if you are running on a VAX.
X-PLOR produces voluminous and generally useless diagnostics
during the procedures.
This output and the temporary input are generally deleted.
For debugging purposes,
copy the error script to your current directory:
cp $RIBBONS_HOME/bin/ribbon-errors .
Change the 27th line of the file: #set DebugXplor = "Yes"
Do you have non-standard amino acids in your protein {\em *.pdb} file?
(A leading ACE residue may seriously confuse ribbons
If the RSR results are suspicious, make sure there are
no associated warnings in the `your_rsr.log' file for
grid points out of range.
If still baffled, send me e-mail: carson@cmc.uab.edu.
X-PLOR Input Script
The supplied ribbon-errors command script
that runs the full error analysis protocol
relies on X-PLOR and the X-PLOR shell language.
It is assumed that you are reasonably comfortable with X-PLOR.
A local X-PLOR command file must be copied and edited
to incorporate your data and limit the atoms of interest:
But I Don't Use X-PLOR!
The X-PLOR shell language is used as a convenience
(instead of writing more auxiliary programs).
For each protein chain or group of heteroatoms, the script:
1) averages temperature factors for each residue
and its mc and sc atoms;
2) determines the rms shift from the previous model in the same fashion;
3) evaluates the geometric strain energy due to
bond, angle, and planar deviations from ideality
for each residue and its mc and sc atoms.
Each of the 3 outputs is a simple formatted ascii list.
Only the latter calculation really uses X-PLOR.
Program Environment
The default script to execute the error analysis depends heavily on
Axel Brunger's X-PLOR program (see above if you don't have X-PLOR).
Problems?
The script tries to detect whether each required program and input
file is available.
It does not check file types.
Did you enter the input files in the right order?
Are xplor and ribbons installed
as expected on your system?
(see Program Environment ).
Did you supply all required information for X-PLOR?
(see X-PLOR Input Script ).
Simply remove the leading comment character `#'.
(For VAX, see the VMS section of the manual).
Re-run the script and study the generated files `xa_NNN.inp'
and `xa_NNN.out', where NNN is the process number generated
by your operating system.
VMS???
E-mail me if you are serious: carson@cmc.uab.edu.
Bibliography
FactorD \\
Ribbons \\
X-PLOR \\
FRODO \\
O \\
Phases \\
PROLSQ \\
TNT \\
"TNT" stands for "Ten Eyck 'n' Tronrud". ("'n'" = "and".)
As far as I know, TNT is still being maintained by Dale Tronrud.
His e-mail address is "dale@uoxray.uoregon.edu".
Ribbons User Manual / UAB-CMC / carson@cmc.uab.edu