MS and DMS Files

MS and DMS files contain dot molecular surfaces in the format output by the programs ms (written by Michael Connolly) and dms (a reimplementation available from the UCSF Computer Graphics Lab). This format is referred to as "DMS" below. Such files can also be created with the Chimera tool Write DMS.

DMS files can be used as input to sphgen, part of the DOCK suite of programs. See also: Sphgen sphere files

In Chimera, there are several ways to open DMS files. File type is indicated with a suffix (.ms or .dms, part of the filename) or a prefix (ms: or dms:, not part of the filename).

Although DMS files contain solvent-excluded molecular surfaces, they are read into Chimera as VRML models that will not update to reflect changes in any corresponding atoms. Only a single color, set when the file is opened, is used. However, a DMS surface can be associated with a particular molecule model so that the two cannot be moved or activated/deactivated for motion independently.

Surface-related Chimera menu items and the command surface only apply to MSMS surfaces, not VRML surfaces.

Write DMS

Write DMS saves part or all of a molecular surface in Chimera as a DMS file, such as used by the sphgen module of DOCK. See also: Sphgen sphere files

Since Chimera's surface calculation method differs from that in the program dms, the dots in DMS files produced in the two different ways will not coincide exactly, but parameters can be set to make the results as similar as possible. For example, the dms default density setting of 1.0 gives ~5.0 dots/Å2 whereas the Chimera default is 2.0 dots/Å2. The vertex density in Chimera can be specified in the surface command or changed in a pre-existing surface with setattr, for example:

Command: setattr s density 5
Additional ways to change the vertex density and related parameters are given below.

There are several ways to start Write DMS, a tool in the Structure Editing category. The MSMS surface of interest should be chosen from the pulldown list. Options:

Save writes a DMS file using the specified name and location and dismisses the dialog, while Close simply dismisses the dialog. Help opens this manual page in a browser window.

Other possibly relevant surface parameters: These parameters can be changed with commands, for example:
Command: setattr s probeRadius 1.5
Command: setattr s allComponents false
Along with vertex density, these settings can also be specified in the surface command or changed in a pre-existing surface by using the MSMS attributes panel or by selecting the surface and using Selection Inspector. The values to use for subsequently created surfaces can be set in the New Surfaces preferences.

Finally, the Chimera default radii differ from the dms default radii. There may not be a reason to prefer one set over the other, but if desired, the radii in Chimera can be changed to the dms default values by using Define Attribute to read the assignment file dmsrad.txt.

Limitation

A limitation of the DMS files from Write DMS (not relevant to sphgen use, however) is that all points are labeled C for contact surface, whereas S should be used for saddle surface and R for reentrant surface. This limitation comes from the MSMS package that Chimera uses to calculate molecular surfaces, which reports all points as type 3 (contact) although types 1 (toric reentrant) and 2 (spheric reentrant) are also documented.


UCSF Computer Graphics Laboratory / October 2013