File: ScoringAlignments.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 (50 lines) | stat: -rw-r--r-- 2,231 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
<!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">
   <title>Scoring Alignments</title>
</head>
<body>

<h2>
<!--
<Object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="mapping, scoring">
	<param name="Keyword" value="alignment">
	<param name="Keyword" value="alignment, energy">
	<param name="Keyword" value="alignment, RMS">
	<param name="Keyword" value="alignment, scoring">
	<param name="Keyword" value="energy">
	<param name="Keyword" value="RMS distance">
	<param name="Keyword" value="shape score">
	<param name="Keyword" value="Tanimoto">
</OBJECT>
-->
<a name="Scoring_Alignments"></a>Scoring Alignments</h2>
Several different metrics are computed to score each alignment:<br>
<ol>
  <li><span style="text-decoration: underline;">Alignment RMS</span>:
This is the root mean squared distance (in Angstroms) between features
in the aligned conformation and those in the reference pharmacophore.
Lower RMS values correspond to better alignments.</li>
  <li><span style="text-decoration: underline;">Conformation energy</span>:
This is the difference (in kcal/mol) between the computed UFF energies
of the aligned conformation and a baseline conformation of the probe
molecule. The baseline energy is calculated by generating a number of
3D structures of the free probe molecule (not subject to pharmacophore
constraints) and taking the lowest energy. Lower conformation energies
correspond to more stable alignments. Negative conformation energies do
not indicate special stabilization by the pharmacophore, they just
indicate a less-than-perfect value for the baseline energy. :-)</li>
  <li><span style="text-decoration: underline;">Shape score</span>:
this is the Tanimoto similarity between the shape of the aligned
conformation&nbsp; and that of the reference molecule. The shapes are
generated on a Cartesian grid using the van der Waals radii of the
atoms. Higher shape scores indicate better shape matches.<br>
  </li>
</ol>

</body>
</html>