⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 link.html

📁 药物开发中的基于结构的从头设计代码
💻 HTML
字号:
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>User manual for LigBuilder v1.2</title>
</head>

<body background="background.gif" bgcolor="#FFFFFF">

<p align="center"><img src="title.gif"
alt="title.gif (27521 bytes)" width="480" height="160"></p>

<h2 align="center">How to use LigBuilder: LINK </h2>

<hr>

<p>&nbsp;&nbsp;&nbsp; The major function of LINK is constructing
ligand molecules for the target protein by applying the linking
strategy.&nbsp;Just like GROW, all the molecules are also
originated from a &quot;seed&quot; structure. But here, the seed
structure contains several pieces of chemical fragments. The
program will try to link them into integrated molecules.</p>

<p>&nbsp;&nbsp;&nbsp; Synopsis of running LINK:</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font
color="#FF0000"><strong>link &nbsp;parameter_file</strong></font></p>

<p>&nbsp;&nbsp;&nbsp; For example:</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; link&nbsp;
link.index </p>

<p>&nbsp;&nbsp;&nbsp; The parameter file assembles all the
information necessary to run LINK as you wish. You should edit
the parameter file before running LINK. The key words appeared in
this parameter file are explained in the following.</p>

<p>&nbsp;&nbsp;&nbsp; First, tell the program about the input
files:</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">SEED_LIGAND_FILE</font>:
The Mol2 file presenting the &quot;<font color="#FF0000">seed</font>&quot;
structure. As mentioned above, this is absolutely necessary
because the &quot;seed&quot; is the mother of all the resultant
molecules. Therefore, it will be ideal if the seed structure
holds the key features of the prospective ligands. LigBuilder
itself does not provide a program to generate the seed structure
so you need to prepare it yourself. For more instruction of how
to prepare a seed structure, please refer to the <a
href="skill.html#subject_1">Advanced Skills</a> section.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">POCKET_ATOM_FILE</font>:
The corresponding file given by POCKET.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">POCKET_GRID_FILE</font>:
The corresponding file given by POCKET.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">PARAMETER_DIRECTORY</font>:
The path of the directory &quot;<font color="#0000FF">parameter</font>&quot;.
Under this directory, there are force field parameters used by
LigBuilder. Parameters for atoms, bonds, and torsions are cited
from Tripos force field. This directory is used by POCKET, GROW,
LINK and PROCESS.</p>

<p>&nbsp;&nbsp;&nbsp; Then, there are the definitions of three
fragment libraries:</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">BUILDING_BLOCK_LIBRARY</font>:
The path of the building-block fragment library. The default one
is &quot;<font color="#0000FF">fragment.mdb</font>&quot;.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">FORBIDDEN_STRUCTURE_LIBRARY</font>:
The path of the forbidden substructure library. The default one
is &quot;<font color="#0000FF">forbidden.mdb</font>&quot;.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">TOXIC_STRUCTURE_LIBRARY</font>:
The path of the toxic substructure library. The default one is
&quot;<font color="#0000FF">toxicity.mdb</font>&quot;.</p>

<p>&nbsp;&nbsp;&nbsp; If you are a novice to LigBuilder, you can
simply adopt the default settings for the above three fragment
libraries. If you want to learn how to edit them to meet your own
purpose, please refer to the <a href="skill.html">Advanced Skills</a>
section.</p>

<p>&nbsp;&nbsp;&nbsp; LINK builds up molecules with three kinds
of manipulations, i.e. growing, linking, and mutation. The
following three parameters will control how much these
manipulations will be applied, respectively:</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">GROWING_PROBABILITY</font>:
For the current version of LINK, growing manipulation is the
essential manipulation. So please fix this parameter to 1.00.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">LINKING_PROBABILITY</font>:
For LINK, linking manipulation is also essential. So please fix
this parameter to 1.00 too.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">MUTATION_PROBABILITY</font>:
LINK also employs a &quot;smart mutation&quot; manipulation to
improve the binding affinity of ligand molecules. We recommend
this parameter to be 0.50.</p>

<p>&nbsp;&nbsp;&nbsp; Then there are a set of chemical viability
rules, including &quot;<font color="#0000FF">APPLY_CHEMICAL_RULES</font>&quot;,
&quot;<font color="#0000FF">APPLY_FORBIDDEN_STRUCTURE_CHECK</font>&quot;,
&quot;<font color="#0000FF">APPLY_TOXIC_STRUCTURE_CHECK</font>&quot;,
&quot;<font color="#0000FF">MAXIMAL_MOLECULAR_WEIGHT</font>&quot;,
&quot;<font color="#0000FF">MINIMAL_MOLECULAR_WEIGHT</font>&quot;,
&quot;<font color="#0000FF">MAXIMAL_LOGP</font>&quot;, &quot;<font
color="#0000FF">MINIMAL_LOGP</font>&quot;, &quot;<font
color="#0000FF">MAXIMAL_HB_DONOR_ATOM</font>&quot;, &quot;<font
color="#0000FF">MINIMAL_HB_DONOR_ATOM</font>&quot;, &quot;<font
color="#0000FF">MAXIMAL_HB_ACCEPTOR_ATOM</font>&quot;, &quot;<font
color="#0000FF">MINIMAL_HB_ACCEPTOR_ATOM</font>&quot;, &quot;<font
color="#0000FF">MAXIMAL_PKD</font>&quot;, and &quot;<font
color="#0000FF">MINIMAL_PKD</font>&quot;. To learn what these
parameters mean and how to set them, please refer to the <a
href="skill.html#subject_2">Advanced Skills </a>Section.</p>

<p>&nbsp;&nbsp;&nbsp; LINK also uses Genetic Algorithm (GA) to
develop and evolve molecules. Unlike GROW, LINK is run under <font
color="#0000FF">steady-state</font><font color="#FF0000"> </font><font
color="#000000">mode</font><font color="#FF0000">. </font>The
rough procedure is like this: (1) Generate the initial population
based on the seed structure; (2) Choosing a &quot;mother&quot;
molecule from the current population; (3) Generate new
molecule(s) by performing structural manipulations on the mother
molecule; (4) Check the new molecule(s): if they are better than
the worst molecule(s) in the current population, then replace
them. (5) Go to Step 2 until the pre-set number of generations
has been reached.</p>

<p>&nbsp;&nbsp;&nbsp; There are two parameters for setting up
this GA procedure:</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">NUMBER_OF_GENERATION:
</font><font color="#000000">Number of generations (GA circle) to
go through. Typically 20,000 ~ 30,000 generations will be enough.</font></p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">NUMBER_OF_POPULATION:
</font><font color="#000000">Size of the population. We recommend
the population to be around 1,000.</font></p>

<p>&nbsp;&nbsp;&nbsp; The last two items in the parameter file
are concerning with the outputs:</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">POPULATION_RECORD_FILE</font>:
This file will record the final population in LigBuilder LIG
format. It provides the possibility of resuming a former job.
This is explained in the <a href="skill.html#subject_6">Advanced
Skills</a> section.</p>

<p>&nbsp;&nbsp;&nbsp; <font color="#0000FF">LIGAND_COLLECTION_FILE
</font>: This is the output file of LINK. During the GA
procedure, all the molecules which have connected the seed
structure successfully will be record in this file. Please notice
that these molecules also meet the chemical rules you set above.
This file is in LigBuilder LIG format so it can be analyzed by
PROCESS.</p>

<p>&nbsp;&nbsp;&nbsp; Running LINK takes more time than running
GROW. If run on a SGI O2/R10000/150M workstation, a typical LINK
job will take 6~7 hours. The overall running time is roughly
proportional to the number of GA generations and the size of the
population.</p>

<hr>

<p align="center"><a href="index.html">[Content]</a> <a
href="intro.html">[Introduction]</a> <a href="download.html">[Download]</a>
<a href="install.html">[Install]</a> <a href="overview.html">[Overview]</a>
<a href="pocket.html">[POCKET]</a> <a href="grow.html">[GROW]</a>
[LINK] <a href="process.html">[PROCESS]</a> <a href="skill.html">[Skills]</a>
<a href="faq.html">[FAQs]</a></p>

<p align="center"><font size="2"><em>(These web pages are edited
by Dr. Renxiao Wang. Latest update: August, 2000)</em></font></p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -