File: MethodOverview.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 (49 lines) | stat: -rw-r--r-- 1,916 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
<!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>Method Overview</title>
</head>
<body>
<h1>Methodology<br>
</h1>
<h2>Introduction</h2>
This program uses distance geometry [<a href="References.htm#Blaney1994">Blaney1994</a>,<a
 href="References.htm#Crippen1981">Crippen1981</a>] to do pharmacophore
searches and to generate a set of molecular conformations that match a
pharmacophore. The matching conformations are "cleaned up" using a
molecular
force field [<a href="References.htm#Rappe1992">Rappe1992</a>,
<a href="References.htm#Casewit1992">Casewit1992</a>] and aligned to
the reference pharmacophore.<br>
<br>
<!--
<Object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="pharmacophore search algorithm">
</OBJECT>
-->
The general algorithm for finding matching conformations for a probe
molecule is:<br>
<ol>
  <li><a href="BuildingBoundsMatrix.htm">Build the distance bounds
matrix</a> for the probe</li>
  <li><a href="FindingMappings.htm">Find all mappings</a> of the
pharmacophore's feature types onto the probe</li>
  <li><a href="MatchingPharmacophores.htm">Find all compatible mappings</a>
by searching through the mappings to find those where the probe's
bounds matrix is compatible with the pharmacophore's distance
requirements<br>
  </li>
  <li><a href="GeneratingStructures.htm">Generate molecular conformations</a>
for each compatible mapping, "clean up" the resulting conformations
using a force field, then align those conformations to the reference
pharmacophore.<br>
  </li>
  <li><a href="ScoringAlignments.htm">Score the generated alignments</a>
using several metrics.<br>
  </li>
</ol>
</body>
</html>