next up previous contents index
Next: WRITE_PDB_XREF write Up: Handling of atomic coordinates Previous: ROTATE_MODEL rotate   Contents   Index

WRITE_DATA -- write derivative MODEL data

FILE = $\langle{\tt string:1}\rangle$ 'default' root of output filename(s)
ACCESSIBILITY_TYPE = $\langle{\tt integer:1}\rangle$ 8 type of solvent accessibility: 1-10
TOPOLOGY_MODEL = $\langle{\tt integer:1}\rangle$ 3 selects topology library: 1-9
RADII_FACTOR = $\langle{\tt real:1}\rangle$ 0.82 factor for van der Waals radii
PSA_INTEGRATION_STEP = $\langle{\tt real:1}\rangle$ 0.1 integration step for WRITE_DATA
PROBE_RADIUS = $\langle{\tt real:1}\rangle$ 1.4 probe_radius for WRITE_DATA
OUTPUT = $\langle{\tt string:1}\rangle$ 'LONG' what to calculate and write out: 'ALL' | 'PSA' | 'ATOMIC_SOL' | 'NGH' | 'DIH' | 'SSM' | 'CRV'

Requirements:
topology file & TOPOLOGY_MODEL

Description:
This command writes the selected types of data about the MODEL to a corresponding file and to the `fourth' column of the model. The root of the output filenames is given by the FILE variable. In addition to the output files, the $B_{\mbox{iso}}$ field of the model (`fourth column' in the PDB file) will be assigned the last selected property from the following list: atomic or residue accessibility, dihedral type ACCESSIBILITY_TYPE (from 1 to 9 for $\alpha$, $\Phi$, $\Psi$, $\omega$, $\chi_1$, $\chi_2$, $\chi_3$, $\chi_4$, and $\chi_5$; where $\alpha$ is the virtual dihedral angle between four successive ${C}_\alpha$ atoms), number of residue neighbors, the secondary structure type, and the local mainchain curvature. For accessibility, when OUTPUT contains ATOMIC_SOL, atomic accessibilities in $\mbox{\AA}^2$ are assigned to $B_{\mbox{iso}}$, otherwise residue accessibility of type ACCESSIBILITY_TYPE (from 1 to 10, for the columns in the .psa file) is assigned.

The data to be calculated are specified by concatenating the corresponding keywords in the OUTPUT variable:

Example:


# Example for: WRITE_DATA

# This will calculate solvent accessibility, dihedral angles, and 
# residue-residue neighbors for a structure in the PDB file.

SET OUTPUT_CONTROL = 1 1 1 1 1

# Get topology library for radii and the model without waters and HETATMs:
READ_TOPOLOGY FILE = '$(LIB)/top_heav.lib'
SET HETATM_IO = off, WATER_IO = off
READ_MODEL FILE = '1fas'

# Calculate residue solvent accessibilities, dihedral angles, and 
# residue-residue neighbors:
SET RADII_FACTOR = 1.0 # The default is 0.82 (for soft-sphere restraints)
WRITE_DATA FILE = '1fas', OUTPUT = 'PSA DIH NGH SSM CRV'


next up previous contents index
Next: WRITE_PDB_XREF write Up: Handling of atomic coordinates Previous: ROTATE_MODEL rotate   Contents   Index
Ben Webb 2004-04-20