Depicting Active Site Interactions

A program that depicts receptor-ligand interactions.

See also

Command Line Interface

A description of the command line interface can be obtained by executing the program with the –help argument.

prompt> complex2img --help

will generate the following output:

[-complex] <input> [-out] <output image>

Simple parameter list
    -height : Height of output image
    -width : Width of output image

    SplitMolComplex options :
      -ligandname : Ligand name

    input/output options
      -complex : Input filename of the protein complex
      -out : Output filename

    molecule display options
      -aromstyle : Aromatic ring display style

Code

Download code

complex2img.cpp and complex2img.txt interface file

See also

Examples

prompt> complex2img -complex pdb1br6.ent -out 1br6-PT1.png

will generate the image shown in Figure: Example of depicting the receptor-ligand interaction (PDB: 1br6).

../_images/complex2img-1br6-PT1.png

Example of depicting the receptor-ligand interactions (PDB: 1br6)

prompt> complex2img -complex pdb1eoc.ent -out 1eoc-4NC.png

will generate the image shown in Figure: Example of depicting the receptor-ligand interaction (PDB: 1eoc).

../_images/complex2img-1eoc-4NC.png

Example of depicting the receptor-ligand interactions (PDB: 1eoc)