Release Date 08/01/11 Copyright notice This document and the xvpcmodels program discussed herein are copyrighted © 1991-2011 by Daylight Chemical Information Systems, Inc. Daylight explicitly grants permission to reproduce this document under the condition that it is reproduced in its entirety, including this notice. All other rights are reserved. Table of Contents1. About PCmodels2. Getting Started 3. Using PCmodels(interactive)
3.2 Selecting Model CLOGP or CMR 3.3 Selecting Output Level 3.4 Text Operations 3.5 DEPICT, Help, Etc. 5. Using PCmodels with other Daylight software 6. PCmodels Management 7. PCmodels Programming "Toolkit": clogptalk and cmrtalk 1. About PCmodels; Scope of this manualPCmodels is a Daylight software module providing access to two chemical models: CLOGP(hydrophobicity partition coefficient) and CMR(molar refractivity). These models are developed and supported by BioByte, Inc. of Claremont, CA. Daylight has worked with BioByte to offer PCmodels in its current form: a convenient user-interface compatible with Daylight's other software. A window interface is provided for interactive access (xvpcmodels), command line filters enable batch processing(clogp and cmr), and an object-oriented interface is available providing high-performance access to external programs (clogptalk and cmrtalk). Documentation for PCmodels consists of several parts:
2. Getting StartedPrerequisites for running the interactive PCmodels program xvpcmodels:
3. Interactive PCmodels usage: xvpcmodelsThe xvpcmodels program provides interactive access to pcmodels for users in the X-Windows environment (the "xv" prefix stands for "XView"). The window initially displayed when xvpcmodels starts up consists of several pull-down menus and buttons, and two "text panes". Structures must be specified as SMILES in the input text pane. SMILES may be entered graphically via GRINS, lexically by typing directly into the input text pane, or by loading a file containing a SMILES into the input text pane. Model selection and output format are specified by pull-down buttons. Pressing the 'Compute' button runs the model; output is displayed in the output text pane.
3.1. Defining an input structureThe simplest way to use xvpcmodels is to locate the mouse in the input text pane, type a SMILES, and click the Select(left) mouse on the Compute button. (If you are unfamiliar with SMILES, enter "C", the SMILES for methane.) Output will appear in the output text window. If the CLOGP value is always returned 0.00, the Daylight option PCMODELS_FRADB_BIN is currently undefined or invalid.GRINS provides graphical structure specification. To use GRINS, press the Grins button and the GRINS window should appear, as shown below:
The GRINS widget is described in the Daylight Widgets User Guide. Refer to that document for detailed instructions. GRINS allows the user to graphically edit a structure from atoms, bonds, templates, and parent molecules. When the structure has been selected in GRINS, the SMILES for the structure will appear in xvpcmodels' input text pane. A third way to define the input structure is to load a SMILES file into the input text pane, locate the cursor on the desired SMILES, and then press the Compute button. Note that the triangular cursor in the input text pane may be placed anywhere on the SMILES line; the syntax of a SMILES line is a SMILES string followed by an optional space and name.
Refer to the section "Text operations" in the following pages for details of loading text files, writing text files, and handling text files using the text pane windows and popup menus. 3.2. Selecting Model CLOGP or CMRChoose CLOGP or CMR by using the "Model" pulldown menu, as shown below:
3.3. Selecting Output LevelThe "Output" pulldown menu allows the user to specify output detail level:
Changing the output level invokes model computation. 3.4 Text OperationsThe input and output text panes and the text pane popup menu are standard XView tools, and are very versatile. Refer to the XView documentation and Help-key documentation for a complete description. A few of the capabilities are shown below. The text popup menu can be invoked for either the input text pane or the output text pane. Just locate the mouse cursor in the desired pane, and press the mouse menu button (right button). Then drag to pop up a submenu.
To load a file into the input text pane, select "Load file"/"Open" from the Text-File submenu. To save the contents of the output text pane, select "Store as New File"/"Save As" from the Text-File submenu.
To find a selected string, select "Find Selection" from the Text-Find submenu. To find the same string again, select "Again" from the Text-Edit submenu.
3.5. Depict, Help, etc.The Depict widget for 2D structure display can be invoked by selecting the Depict box on the main xvpcmodels window. Depict will appear as a separate window with 2D depiction of the selected structure and the result of the selected model. If the selected model is CLOGP, CLOGP fragments will be highlighted. Checking the "Depict" box automatically invokes model computation.
The Help widget is invoked by selection the Help button on the main xvpcmodels window. 4. Using PCmodels batch filtersThe programs provided for batch processing of structure files are "clogp" and "cmr".These programs read in a TDT(THOR Data Tree) file and write out a TDT file with CLOGP or CMR data added. The program clogp is used in the following examples; cmr has identical commands. To add CLOGP data to a TDT file, enter: % clogp < infile.tdt > outfile.tdt or % clogp infile.tdt outfile.tdtIf no output file is specified, output is sent to the screen. To write a help message to the screen type: % clogp -HELP |
|||