next up previous contents index
Next: Comparison and searching of Up: Handling of atomic coordinates Previous: WRITE_PDB_XREF write   Contents   Index

MAKE_REGION -- define a random surface patch of atoms

ATOM_ACCESSIBILITY = $\langle{\tt real:1}\rangle$ 1.0 accessible atoms for MAKE_REGION
REGION_SIZE = $\langle{\tt integer:1}\rangle$ 20 size of exposed region in MAKE_REGION
RAND_SEED = $\langle{\tt integer:1}\rangle$ -8123 random seed from -50000 to -2

Description:
This command defines a contiguous patch of exposed atoms of the specified size. First, the exposed atoms in MODEL are identified by using the ATOM_ACCESSIBILITY cutoff (in $\mbox{\AA}^2$). The seed atom is picked randomly among the exposed atoms. The patch is expanded by iteratively adding the exposed atom that is closest to the gravity center of the currently selected patch atoms. Thus, the patch is defined deterministically once the seed atom is picked. The patch is defined by setting the fourth column parameter ($B_{iso}$) to 1 for the patch atoms and to 0 for the remaining atoms. The ``temperature'' color option of Rasmol can be used to display the patch graphically.

To obtain surface patches that look good in visual inspection, it is necessary to use a non-obvious scaling factor for atomic radii and probe radius for solvent calculation by WRITE_DATA, as well as the accessibility cutoff for MAKE_REGION.

Example:


# Example for: MAKE_REGION 

# This will define a random contiguous patch of atoms on a surface of the
# protein.

# Read the PDB file
READ_MODEL FILE = '../atom_files/pdb1fdn.ent'

# Calculate atomic accessibilities with appropriate probe_radius
WRITE_DATA OUTPUT = 'PSA ATOMIC_SOL', RADII_FACTOR = 1.6, ;
           PSA_INTEGRATION_STEP = 0.05, PROBE_RADIUS = 0.1

# Get the "random" patch of exposed atoms on the surface
MAKE_REGION ATOM_ACCESSIBILITY = 0.5, REGION_SIZE = 35, RAND_SEED = -18343

# Write out a PDB file with the patch indicated by Biso = 1:
WRITE_MODEL FILE = '1fdn.reg'


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