Hitdisplay specific search options
In this section search options concerning hit display are summarized andtheir usage is shown in different search interfaces.
AlignmentSpecifies alignment mode of the hit structures. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions. alignmentMode:{off|rotate|partialClean}
|
|
See the availability of the option in further ChemAxon products: |
|
ColoringSpecifies whether the hit atoms and bonds should be colored or not. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions. coloring:{y|n} Use the following command line parameter: --hitColoring:n/y Default value is 'n'. If the output format is MRV, colors the hits depend on search type. |
|
See the availability of the option in further ChemAxon products: |
|
Hit colorDetermines the color of the substructure hit. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions. hitColor:<color-value> Use the following command line parameter: --hitColor In case of hitColoring specify color of hit atoms and bonds. Examples: "red", "green", "blue", "#00FF00" |
|
See the availability of the option in further ChemAxon products: |
Hit homology colorSpecifies color of the user defined homologies in a substructure hit. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions. hitHomologyColor:<color-value> Use the following command line parameter: --hitHomologyColor In case of hitColoring specify color of user defined homologies. Examples: "red", "green", "blue", "#00FF00". |
|
See the availability of the option in further ChemAxon products: |
|
Non-hit colorDetermines the color of the target which is not part of the substructure. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions. nonHitColor:<color-value> Use the following command line parameter: --nonHitColor In case of hitColoring specify color of non-hit atoms and bonds. Examples: "red", "green", "blue", "#00FF00" |
|
See the availability of the option in further ChemAxon products: |
|
Non-hit color 3DDetermines the color of the 3D target which is not part of the substructure. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.nonHitColor3D:<color-value> Use the following command line parameter: --nonHitColor3D In case of hitColoring in 3D molecules specify color of non-hit atoms and bonds. Examples: "red", "green", "blue", "#00FF00". |
|
See the availability of the option in further ChemAxon products: |
Markush display modeIn case of Markush searching and hit coloring specifies the type of the resulting molecule. Ignore tetrahedral stereo |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.markushDisplayMode: <o/r/rhg>
Use the following command line parameter: --markushDisplayMode:o/r/rhg
|
|
See the availability of the option in further ChemAxon products: |
Remove unused definitionSets removing unused R-group definitions in case of Markush search. By removing unused definitions readability is increased. Default value is false. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.removeUnusedDef:{y|n} Use the following command line parameter:--removeUnusedDef:n/y |
|
See the availability of the option in further ChemAxon products: |
SimilarityIt can be applied only in case of similarity search. Describes which score is displayed within the result of a similarity search. Similarity score is displayed by default. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); . Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.similarity:{s|d|o}
Use the following command line parameter:--similarity:s/d/o
|
|
See the availability of the option in further ChemAxon products: |
Query displayIt can be applied only in case of similarity search. Describes whether query structure is displayed within the result of a similarity search. Query is not displayed by default. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); . Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.queryDisplay:{y|n} (default:n) Use the following command line parameter:--queryDisplay:n/y |
|
See the availability of the option in further ChemAxon products: |
|
Display labels and boxesIt can be applied only in case of similarity search. Describes whether labels and bounding boxes for the parts of the result of a similarity search - target, query, score - are displayed.Labels and boxes are not displayed by default. |
HitColoringAndAlignmentOptions displayOptions = new HitColoringAndAlignmentOptions(); JChemSearch searcher = new JChemSearch(); . Use the jcf_hitColorAndAlign operator with hitColorAndAlignOptions.displayLabelsAndBoxes:{y|n} (default:n) Use the following command line parameter:--displayLabelsAndBoxes:n/y |
|
See the availability of the option in further ChemAxon products: |