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 = <string:1> 'default' root of output filename(s)
ACCESSIBILITY_TYPE = <integer:1> 8 type of solvent accessibility: 1-10
SURFTYP = <integer:1> 1 Surface Type for accessibility calculations 1= contact; 2=surface
TOPOLOGY_MODEL = <integer:1> 3 selects topology library: 1-10
RADII_FACTOR = <real:1> 0.82 factor for van der Waals radii
PSA_INTEGRATION_STEP = <real:1> 0.1 integration step for WRITE_DATA
PROBE_RADIUS = <real:1> 1.4 probe_radius for WRITE_DATA
NUMBER_OF_STEPS = <integer:1> 1 for calculating cavity volume
GRID_UNIT = <real:1> 1 grid size for cavities calculation in WRITE_DATA
ACCURACY_BORDER = <logical:1> off whether or not the closure on the surface accepts diagonal cords
RCUTL = <real:1> 5.0 Radius of cut-off for a long sphere of atoms
RCUTP = <real:1> 3.0 Radius of cut-off for a short sphere of atoms
ORIENT = <logical:1> off whether or not to orient structure before volume calculation in WRITE_DATA
OUTPUT = <string:1> 'LONG' what to calculate and write out: 'ALL' | 'PSA' | 'ATOMIC_SOL' | 'NGH' | 'DIH' | 'SSM' | 'CRV' | 'CAV' | 'CROSS-SECTIONS'

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. If SURFTYP is 1, contact accessibility is calculated; if 2, surface accessibility is returned.

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-10-04