The data to be calculated are specified by concatenating the corresponding keywords in the OUTPUT variable:
Kinking residues have both DRMS and maximal distance difference beyond
their respective cutoffs (
,
). The actual single
kink residue separating the two new segments of the same type is the
central kinking residue. Note: we are assuming that there are no multiple
kinks within one contiguous segment of residues of the same secondary
structure type. The kink residue type is
.
# 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'