File: ExploringHits.htm

package info (click to toggle)
rdkit 201809.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 123,688 kB
  • sloc: cpp: 230,509; python: 70,501; java: 6,329; ansic: 5,427; sql: 1,899; yacc: 1,739; lex: 1,243; makefile: 445; xml: 229; fortran: 183; sh: 123; cs: 93
file content (62 lines) | stat: -rw-r--r-- 2,476 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <link rel="stylesheet" type="text/css" href="RD.css">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
</head>
<body>
<h2>Exploring Hits</h2>

When you first expand a mapping, the software will attempt to generate a
number of three-dimensional conformations (<i>embeddings</i> in the
language of distance geometry) that satisfy the
pharmacophore. Depending upon the complexity of the molecule, this
may take several seconds. Each of the mapping's embeddings are scored
in three different ways:

<ol>

<li><b>Energy:</b> this is an estimate of the energy of the embedding relative to the
energy of the unconstrained molecule. Because this energy is only an
estimate, it is possible to see negative energy values; these should
not be considered as physically meaningful (i.e. the pharmacophore
does not somehow stabilize the molecule).

<li><b>Shape Score:</b> this is a measure of the degree of shape
overlap between the embedding and the reference molecule. Higher shape
scores indicate better shape matches.

<li><b>Alignment RMS:</b> this is the root-mean-squared distance
between the pharmacophore points in the embedding and those in the
reference molecule. Lower RMS values indicated better matches.

</ol>

Further details about the scoring functions can be found in the
<a href="ScoringAlignments.htm">Scoring Alignments</a> section of the
<a href="MethodOverview.htm">Methodology</a> chapter.

<p>You can change the the sort order of each mapping's embeddings by left
clicking the column headings in the results tree.

<p>Left clicking an individual alignment will cause that alignment to be
displayed in PyMol. The details of what is displayed are controlled by
the <a href="ViewOptions.htm">view options</a>.

<p>
If you would like to see more possible structures for a mapping, 
right click on the mapping entry in the results tree and select
<tt>More Alignments</tt> from the context menu.


<p>Each alignment entry has a checkbox that can be used to flag the
alignment for <a href="SavingResults.htm">export to an SD file</a>.

<p><b>Note:</b> In some cases, the software may identify mappings that
either cannot be realized by the molecule or that generate structures
that are too strained to be chemically reasonable. Expanding these
mappings will generate an error message.

</body>
</html>