Difference between revisions of "Parameter List"

From Rizzo_Lab
Jump to: navigation, search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<table style="width:100%">
+
 
  <tr>
+
{| class="wikitable"
    <th>Input_Parameter</th>
+
|-
    <th>Description</th>
+
! Parameter
    <th>Default_value</th>
+
! Description
  </tr>
+
! Default
  <tr>
+
|-
    <td>conformer_search_type</td>
+
| conformer_search_type
    <td>Choose between flex, rigid, or denovo docking</td>
+
| Choose between flex, rigid, denovo, or genetic
    <td>Flex</td>
+
| Flex
  </tr>
+
|-
  <tr>
+
| dn_fraglib_scaffold_file
    <td>dn_fraglib_scaffold_file</td>
+
| The path to the fragment library for just scaffolds
    <td>The path to the fragment library for just scaffold fragments</td>
+
|
    <td> </td>
+
|-
  </tr>
+
|dn_fraglib_linker_file
  <tr>
+
|The path to the fragment library for just linkers
    <td>dn_fraglib_linker_file</td>
+
|
    <td>The path to the fragment library for just linker fragments</td>
+
|-
    <td> </td>
+
|dn_fraglib_sidechain_file
  </tr>
+
|The path to the fragment library for just side chains
  <tr>
+
|
    <td>dn_fraglib_sidechain_file</td>
+
|-
    <td>The path to the fragment library for just sidechain fragments</td>
+
|dn_user_specified_anchor
    <td> </td>
+
|Does the user have a specific anchor to use?
  </tr>
+
|Yes
  <tr>
+
|-
    <td>dn_user_specified_anchor</td>
+
|dn_fraglib_anchor_file
    <td>Does the user have a specific anchor to use with Dummy atom notated in the .mol2?</td>
+
|The path to the anchor .mol2 file
    <td>yes</td>
+
|
  </tr>
+
|-
  <tr>
+
|dn_use_torenv_table
    <td>dn_fraglib_anchor_file</td>
+
|Will torsion environment be used?
    <td>The path to the anchor .mol2 file with attachment point notated as "Du"</td>
+
|Yes
    <td> </td>
+
|-
  </tr>
+
|dn_torenv_table  
  <tr>
+
|The path to the torsion environment (.dat)
    <td>dn_use_torenv_table</td>
+
|
    <td>Will torsion environment table be used for checking bond connectivity?</td>
+
|-
    <td>yes</td>
+
|dn_sampling_method
  </tr>
+
|Choose which method to use when choosing fragments for each layer (ex, random, graph)
  <tr>
+
|Graph
    <td>dn_torenv_table</td>
+
|-
    <td>The path to the torsion environment .dat file</td>
+
| dn_graph_max_picks  
    <td> </td>
+
|The number of fragment picks per layer per Dummy atom
  </tr>
+
|30
  <tr>
+
|-
    <td>dn_sampling_method</td>
+
| dn_graph_breadth
    <td>which method will be used to choose fragments for each layer: exhaustive (ex), random, or graph</td>
+
|The number of fragments chosen that are similar to successful fragment through Tanimoto
    <td>graph</td>
+
|3
  </tr>
+
|-
  <tr>
+
| dn_graph_depth
    <td><span style="font-weight:bold">GRAPH:</span> dn_graph_max_picks</td>
+
|The number of fragments choosen that are similar to successful fragments through Tanimoto
    <td>The number of fragments chosen to add to the anchor per layer per attachment point(Du)
+
|2
  </td>
+
|-
    <td> </td>
+
| dn_graph_temp
  </tr>
+
|The beginning annealing temperature  
  <tr>
+
|100.0
    <td><span style="font-weight:bold">GRAPH:</span> dn_graph_breadth</td>
+
|-
    <td>The number of fragments chosen that are similar to successful fragment in the row through Tanimoto similarity</td>
+
| dn_num_random_picks
    <td> </td>
+
|Number of fragments randomly chosen to add to anchor
  </tr>
+
|20
  <tr>
+
|-
    <td><span style="font-weight:bold">GRAPH:</span> dn_graph_depth</td>
+
|dn_pruning_conformer_score_cutoff
    <td>The number of fragments chosen that are similar to successful fragment in the column through Tanimoto similarity</td>
+
|The max score allowed for fragment conformer addition to be accepted (kcal/mol)
    <td> </td>
+
|100.0
  </tr>
+
|-
  <tr>
+
|dn_pruning_conformer_score_scaling_factor
    <td><span style="font-weight:bold">GRAPH:</span> dn_graph_temp</td>
+
|The weight put on the score cutoff
    <td>The beginning annealing temperature (usually 100 and scales down to one for each layer)</td>
+
|1.0
    <td>100</td>
+
|-
  </tr>
+
|dn_pruning_clustering_cutoff
  <tr>
+
|The max score allowed post clustering
    <td><span style="font-weight:bold">RANDOM:</span> dn_num_random_picks</td>
+
|100.0
    <td>The number of fragments randomly chosen to add to each attachment point (Du)</td>
+
|-
    <td>20</td>
+
|dn_constraint_mol_wt
  </tr>
+
|The max molecular weight allowed  
<tr>
+
|550
    <td>dn_pruning_conformer_score_cutoffr</td>
+
|-
    <td>the max score allowed for each fragment conformer addition to be accepted (kcal/mol)</td>
+
|dn_constraint_rot_bon
    <td>100.0</td>
+
|The max rotatable bonds allowed
  </tr>
+
|15
<tr>
+
|-
    <td>dn_pruning_conformer_score_sclaing_factor</td>
+
|dn_constraint_formal_charge
    <td>The coefficient of the score cutoff</td>
+
|Largest absolute charge of molecule
    <td>1.0</td>
+
|2.0
  </tr>
+
|-
<tr>
+
|dn_heur_unmatched_num
    <td>dn_pruning_clustering_cutoff</td>
+
|# of unmatched heavy atoms for hRMSD to be considered a different molecule when pruning between root and layer
    <td>The max score allowed post clustering</td>
+
|1
    <td>100.0</td>
+
|-
  </tr>
+
|dn_heur_matched_rmsd
<tr>
+
|Max rmsd of matching heavy atoms of molecules to be considered similar molecule when pruning root to layer
    <td>dn_constraint_mol_wt</td>
+
|2.0
    <td>The max molecular weight allowed</td>
+
|-
    <td>1000.0</td>
+
|dn_unique_anchors
  </tr>
+
|The number of unique anchors post clustering
<tr>
+
|1
    <td>dn_constraint_rot_bon</td>
+
|-
    <td>the max rotatable bonds allowed</td>
+
|dn_max_grow_layers
    <td>15</td>
+
|Max numbers of layers that will be added to the anchor
  </tr>
+
|9
<tr>
+
|-
    <td>dn_constraint_formal_charge</td>
+
|dn_max_root_size
    <td>largest absolute charge of the molecule</td>
+
|The number of new anchors that seed the next layer of growth
    <td>2.0</td>
+
|25
  </tr>
+
|-
<tr>
+
|dn_max_layer_size  
    <td>dn_heur_unmatched_num</td>
+
|The number of partially grown molecules that advance through the search to subsequent attachment points
    <td>Tanimoto similarity*</td>
+
|25
    <td>1</td>
+
|-
  </tr>
+
|dn_max_current_aps
<tr>
+
|Maximum attachment points the molecule can have at any one time (stop adding new scaffolds when the current fragment has this many open attachment points)
    <td>dn_heur_matched_rmsd</td>
+
|5
    <td>The pruning cutoff for RMSD similarity</td>
+
|-
    <td>2.0</td>
+
|dn_max_scaffolds_per_layer
  </tr>
+
|The max number of scaffolds added per layer per molecule
<tr>
+
|1
    <td>dn_unique_anchors</td>
+
|-
    <td>The number of unique anchors post clustering</td>
+
|dn_write_checkpoints
    <td>3.0</td>
+
|Write molecules for each layer
  </tr>
+
|Yes
<tr>
+
|-
    <td>dn_max_grow_layers</td>
+
|dn_write_prune_dump
    <td>The max number of layers that will be added to the anchor</td>
+
|Write all molecules pruned out at every step
    <td>9.0</td>
+
|No (lots of molecules)
  </tr>
+
|-
<tr>
+
|dn_write_orients
    <td>dn_max_root_size</td>
+
|Write out the orients
    <td>The number of new anchors that seed the next layer of growth</td>
+
|No
    <td>100</td>
+
|-
  </tr>
+
|dn_write_growth_trees
<tr>
+
|Shows growth for every accepted molecule
    <td>dn_max_layer_size</td>
+
|No
    <td>The number of partially grown molecules that advance through the search to subsequent attachment points</td>
+
|-
    <td>100</td>
+
|dn_output_prefix
  </tr>
+
|The name of the output file with final molecules
<tr>
+
|output
    <td>dn_max_current_aps</td>
+
|-
    <td>Currently unknown*</td>
+
 
    <td>5</td>
+
|}
  </tr>
 
<tr>
 
    <td>dn_max_scaffolds_per_layer</td>
 
    <td>The max number of scaffolds added per layer per anchor</td>
 
    <td>1</td>
 
  </tr>
 
<tr>
 
    <td>dn_write_checkpoints</td>
 
    <td>Write molecules for each layer for each anchor</td>
 
    <td>yes</td>
 
  </tr>
 
<tr>
 
    <td>dn_write_prune_dump</td>
 
    <td>Write all molecules pruned out at every layer (lots of molecules)</td>
 
    <td>no</td>
 
  </tr>
 
<tr>
 
    <td>dn_write_orients</td>
 
    <td>Write out the orients into an orient file</td>
 
    <td>no</td>
 
  </tr>
 
<tr>
 
    <td>dn_write_growth_trees</td>
 
    <td>Shows growth at every layer for every accepted molecule</td>
 
    <td>no</td>
 
  </tr>
 
<tr>
 
    <td>dn_output_prefix</td>
 
    <td>The name of the output file with the final ensemble of molecules</td>
 
    <td>output</td>
 
  </tr>
 
<tr>
 
    <td><span style="font-weight:bold">ORIENT:</span> orient_ligand</td>
 
    <td>Do you want to orient the ligand (no if it's in the correct orientation prior to denovo)</td>
 
    <td>yes</td>
 
  </tr>
 
</table>
 

Latest revision as of 10:43, 25 January 2019

Parameter Description Default
conformer_search_type Choose between flex, rigid, denovo, or genetic Flex
dn_fraglib_scaffold_file The path to the fragment library for just scaffolds
dn_fraglib_linker_file The path to the fragment library for just linkers
dn_fraglib_sidechain_file The path to the fragment library for just side chains
dn_user_specified_anchor Does the user have a specific anchor to use? Yes
dn_fraglib_anchor_file The path to the anchor .mol2 file
dn_use_torenv_table Will torsion environment be used? Yes
dn_torenv_table The path to the torsion environment (.dat)
dn_sampling_method Choose which method to use when choosing fragments for each layer (ex, random, graph) Graph
dn_graph_max_picks The number of fragment picks per layer per Dummy atom 30
dn_graph_breadth The number of fragments chosen that are similar to successful fragment through Tanimoto 3
dn_graph_depth The number of fragments choosen that are similar to successful fragments through Tanimoto 2
dn_graph_temp The beginning annealing temperature 100.0
dn_num_random_picks Number of fragments randomly chosen to add to anchor 20
dn_pruning_conformer_score_cutoff The max score allowed for fragment conformer addition to be accepted (kcal/mol) 100.0
dn_pruning_conformer_score_scaling_factor The weight put on the score cutoff 1.0
dn_pruning_clustering_cutoff The max score allowed post clustering 100.0
dn_constraint_mol_wt The max molecular weight allowed 550
dn_constraint_rot_bon The max rotatable bonds allowed 15
dn_constraint_formal_charge Largest absolute charge of molecule 2.0
dn_heur_unmatched_num # of unmatched heavy atoms for hRMSD to be considered a different molecule when pruning between root and layer 1
dn_heur_matched_rmsd Max rmsd of matching heavy atoms of molecules to be considered similar molecule when pruning root to layer 2.0
dn_unique_anchors The number of unique anchors post clustering 1
dn_max_grow_layers Max numbers of layers that will be added to the anchor 9
dn_max_root_size The number of new anchors that seed the next layer of growth 25
dn_max_layer_size The number of partially grown molecules that advance through the search to subsequent attachment points 25
dn_max_current_aps Maximum attachment points the molecule can have at any one time (stop adding new scaffolds when the current fragment has this many open attachment points) 5
dn_max_scaffolds_per_layer The max number of scaffolds added per layer per molecule 1
dn_write_checkpoints Write molecules for each layer Yes
dn_write_prune_dump Write all molecules pruned out at every step No (lots of molecules)
dn_write_orients Write out the orients No
dn_write_growth_trees Shows growth for every accepted molecule No
dn_output_prefix The name of the output file with final molecules output