Depicting MDL Query Substructure Search Hits¶
A program that performs substructure search on a molecule
using an MDL
query and generates an image file
one match per molecule.
Command Line Interface¶
A description of the command line interface can be obtained by executing the program with the –help argument.
prompt> ViewMDLSearch --help
Will generate the following output:
Simple parameter list
general options :
-align : Align hits to query
highlight options :
-highlightcolor : Highlighting color
-highlightstyle : Highlighting style
input/output options :
-out : Output image filename
-query : Input query filename
-target : Input target filename
molecule display options :
-aromstyle : Aromatic ring display style
-atomcolor : Atom coloring style
-atomlabelfontscale : Atom label font scale
-atomprop : Atom property display
-atomstereostyle : Atom stereo display style
-bondcolor : Bond coloring style
-bondprop : Bond property display
-bondstereostyle : Bond stereo display style
-hydrstyle : Hydrogen display style
-linewidth : Default bond line width
-protgroupdisp : Protective group display style
-scale : Scaling of the depicted molecule
-superdisp : Super atom display style
-titleloc : Location of the molecule title
report options :
-colsperpage : Number of columns per page
-pageheight : Page height
-pageorientation : Page orientation
-pagesize : Page size
-pagewidth : Page width
-rowsperpage : Number of rows per page
See also
Multi Page Reports chapter
Code¶
Download code
See also
Multi Page Images and MDL Query Depiction chapters
OEConfigureReportOptions
functionOEConfigure2DMolDisplayOptions
functionOEConfigureHighlightParams
functionOEIsRegisteredMultiPageImageFile
functionOEReadMDLQueryFile
functionOEPrepareDepiction
functionOEBuildMDLQueryExpressions
functionOESubSearch class
OEGetHighlightStyle
andOEGetHighlightColor
functionsOEReportOptions class
OESetupReportOptions
functionOEReport class
OE2DMolDisplayOptions class
OESetup2DMolDisplayOptions
functionOEPrepareSearch
functionOEPrepareAlignedDepiction
functionOEPrepareDepiction
functionOE2DMolDisplay class
OEAddHighlighting
functionOERenderMolecule
functionOEDrawBorder
functionOEWriteReport
function