SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
121118 version 1.0
AutoDock Vina & MGLTools
    on Mac OSX 10.6
AutoDock Vinaは、Oleg Trott 博士 (The Scripps Research Institute)によ
り提供されるAutoDock4の改良型ドッキングツールである。計算速度、
ドッキング精度ともに大幅に改善されている。ただ、結合プロファイル
がFree energyしかログに残らないのが問題である。




           Provided by Satoshi Kume
              Osaka Prefecture University
1. AutodockToolsの起動
2. Proteinの設定
 2-1. File → Read Molecule → Open PDB file (表示設定: Ribbon.)
 2-2. Edit → Hydrogens → add → Polar only → OK.
 2-3. Grid → Macromolecule → Choose... → Select Molecule.. (同じファイル)
      → Save PDBQT
                                                                  例
3. GridBoxの設定
                                                  number of points in x-dimension: 22
 3-1. Grid → GridBox → Center Grid Boxの設定         number of points in y-dimension: 24
 3-2. Spacing (angstrom) → 1.000 angstrom         number of points in z-dimension: 28
 3-3. xyz-dimensions → 20-30 (覚えておく!!!)           Spacing (angstrom): 1.000
 ※ Search space volumeを27000 Angstrom3以下に設定する
4. Ligandの設定
 4-1. Ligand → Input → Open → リガンドのPDB fileを選択
 4-2. Ligand → Torsion Tree → Choose Torsions... → Rotatable bondsの設定
   (基本的にDefault) → Done
 4-3. Ligand → Ourput → Save PDBQT (※ Protein fileと同じフォルダに保存)
 4-4. AutodockToolsを終了する
設定の記入例
5. Vinaの設定ファイル作製
                                               receptor = AAA.pdbqt
5-1. CotEditorあるいはテキストエディットで新規                 ligand = BBB.pdbqt
                                               log = BBB.log
  テキストファイルを作製する
5-2. 右のような記入例に従って、設定ファイルを                      center_x = -3.889
                                               center_y = -2.222
  作製・保存する。                                     center_z = 0.000

※ Protein & ligand filesと同じフォルダに保存             size_x = 24
                                               size_y = 28
                                               size_z = 30

                             < 27000           cpu = 1
                                               seed = 1000
                             size_x
                                               num_modes = 100
                             size_y            energy_range = 3
                             size_z
                                             各設定の簡易説明
                               receptor = : Protein file name, ligand = : Liand
center_x                       file name, log = : Output log name, cpu = : コア
center_y                       使用数, Seed: 初期配座試行回数, num_modes:
center_z                       計算試行回数, energy_range: 計算内の自由エ
                               ネルギー差(kcal/mol)
6. AutoDock Vinaの起動
6-1. ターミナルの起動 & 所定のディレクトリへの移動
(vinaのディレクトリを確認する)
(例えば、“/Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina”の場合)
6-2. % /Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina --help                                                                   # ヘルプの確認
 Input:
  --receptor arg        rigid part of the receptor (PDBQT)
  --flex arg        flexible side chains, if any (PDBQT)
  --ligand arg        ligand (PDBQT)

 Search space (required):                                                       6-3. 設定オプションが出力される
  --center_x arg    X coordinate of the center
  --center_y arg    Y coordinate of the center
  --center_z arg    Z coordinate of the center
  --size_x arg     size in the X dimension (Angstroms)
  --size_y arg     size in the Y dimension (Angstroms)
  --size_z arg     size in the Z dimension (Angstroms)                         Advanced options (see the manual):
                                                                                --score_only                        score only - search space
 Output (optional):
  --out arg         output models (PDBQT), the default is chosen based on                                      can be omitted
                the ligand file name                                            --local_only                       do local search only
  --log arg         optionally, write log file                                  --randomize_only                       randomize input, attempting
                                                                                                               to avoid clashes
 Misc (optional):                                                               --weight_gauss1 arg (=-0.035579)             gauss_1 weight
  --cpu arg          the number of CPUs to use (the default is to try to        --weight_gauss2 arg (=-0.005156)             gauss_2 weight
                 detect the number of CPUs or, failing that, use 1)
                                                                                --weight_repulsion arg (=0.84024500000000002) repulsion weight
  --seed arg          explicit random seed
  --exhaustiveness arg (=8) exhaustiveness of the global search (roughly        --weight_hydrophobic arg (=-0.035069000000000003) hydrophobic weight
                 proportional to time): 1+                                      --weight_hydrogen arg (=-0.58743900000000004) Hydrogen bond weight
  --num_modes arg (=9)      maximum number of binding modes to generate         --weight_rot arg (=0.058459999999999998)          N_rot weight
  --energy_range arg (=3) maximum energy difference between the best binding
                 mode and the worst one displayed (kcal/mol)

 Configuration file (optional):
  --config arg       the above options can be put here

 Information (optional):
  --help           display usage summary
  --help_advanced        display usage summary with advanced options
  --version         display program version
7. AutoDock Vinaを用いたドッキング計算
7-1. % /Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina --config conf.txt
(confは任意のファイル名)                           #################################################
                                                    # If you used AutoDock Vina in your work, please cite:         #
7-2. 右のようなログが出力される                                  #                                                              #
                                                    # O. Trott, A. J. Olson,                                       #
7-3. Writing output ... done → 計算完了                 # AutoDock Vina: improving the speed and accuracy of docking
                                                    # with a new scoring function, efficient optimization and
                                                                                                                   #
                                                                                                                   #
                                                    # multithreading, Journal of Computational Chemistry 31 (2010) #
7-4. BBB_out.pdbqtが新規に作製される                         # 455-461                                                      #
                                                    #                                                              #
(BBBは任意のリガンドファイル名)                                  # DOI 10.1002/jcc.21334
                                                    #
                                                                                                                   #
                                                                                                                   #
                                                    # Please see http://vina.scripps.edu for more information.     #
                                                    #################################################

                                                    Output will be LA1_out.pdbqt
                                                    Reading input ... done.
8. PyoMOLによる可視化                                     Setting up the scoring function ... done.
                                                    Analyzing the binding site ... done.
                                                    Using random seed: 1000
                                                    Performing search ...
8-1. BBB_out.pdbqtをPyMOLにドラッグし                      0% 10 20 30 40 50 60 70 80 90 100%
                                                    | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
  て開く!                                               ***************************************************
                                                    done.
                                                    Refining results ... done.
(※ PyMOL → File → Open...ではダメ!)
                                                    mode | affinity | dist from best mode
8-2. PyMOL → File → Open... → Protein PDB                | (kcal/mol) | rmsd l.b.| rmsd u.b.
                                                    -----+------------+----------+----------
  fileを開く                                              1        -5.5     0.000     0.000
                                                       2        -5.3     4.700     9.201
8-3. 結合部位を確認する                                         3        -5.3     1.272     2.895
                                                       4        -5.3     1.150     1.838
                                                       5        -5.3     4.682     8.772
(Binding free energyが低い順)                              6        -5.3     1.420     2.117
                                                       7        -5.3     4.218     8.038
                                                       8        -5.3     4.373     8.487
                                                       9        -5.2     1.390     2.106
                                                      10         -5.2    4.939      9.404
                                                    Writing output ... done.

Mais conteúdo relacionado

Mais procurados

Jvm internal
Jvm internalJvm internal
Jvm internal
Go Tanaka
 
Serviceability Toolsの裏側
Serviceability Toolsの裏側Serviceability Toolsの裏側
Serviceability Toolsの裏側
Yasumasa Suenaga
 
仮想記憶入門 BSD-4.3を例題に
仮想記憶入門 BSD-4.3を例題に仮想記憶入門 BSD-4.3を例題に
仮想記憶入門 BSD-4.3を例題に
magoroku Yamamoto
 
PostgreSQL - C言語によるユーザ定義関数の作り方
PostgreSQL - C言語によるユーザ定義関数の作り方PostgreSQL - C言語によるユーザ定義関数の作り方
PostgreSQL - C言語によるユーザ定義関数の作り方
Satoshi Nagayasu
 
配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境
yut148atgmaildotcom
 
My sql casual_in_fukuoka_vol1
My sql casual_in_fukuoka_vol1My sql casual_in_fukuoka_vol1
My sql casual_in_fukuoka_vol1
Makoto Haruyama
 
HandlerSocket plugin for MySQL
HandlerSocket plugin for MySQLHandlerSocket plugin for MySQL
HandlerSocket plugin for MySQL
akirahiguchi
 

Mais procurados (20)

Java 9で進化する診断ツール
Java 9で進化する診断ツールJava 9で進化する診断ツール
Java 9で進化する診断ツール
 
Jvm internal
Jvm internalJvm internal
Jvm internal
 
PF部第19回資料 poor man's JTAG
PF部第19回資料 poor man's JTAGPF部第19回資料 poor man's JTAG
PF部第19回資料 poor man's JTAG
 
Serviceability Toolsの裏側
Serviceability Toolsの裏側Serviceability Toolsの裏側
Serviceability Toolsの裏側
 
Javaでトランザクショナルメモリを使う
Javaでトランザクショナルメモリを使うJavaでトランザクショナルメモリを使う
Javaでトランザクショナルメモリを使う
 
Das 2015
Das 2015Das 2015
Das 2015
 
Groovyで楽にSQLを実行してみよう
Groovyで楽にSQLを実行してみようGroovyで楽にSQLを実行してみよう
Groovyで楽にSQLを実行してみよう
 
Sqoopコネクタを書いてみた (Hadoopソースコードリーディング第12回 発表資料)
Sqoopコネクタを書いてみた (Hadoopソースコードリーディング第12回 発表資料)Sqoopコネクタを書いてみた (Hadoopソースコードリーディング第12回 発表資料)
Sqoopコネクタを書いてみた (Hadoopソースコードリーディング第12回 発表資料)
 
〜Apache Geode 入門 Multi-site(WAN)構成による クラスター連携
〜Apache Geode 入門 Multi-site(WAN)構成によるクラスター連携〜Apache Geode 入門 Multi-site(WAN)構成によるクラスター連携
〜Apache Geode 入門 Multi-site(WAN)構成による クラスター連携
 
textsearch_jaで全文検索
textsearch_jaで全文検索textsearch_jaで全文検索
textsearch_jaで全文検索
 
仮想記憶入門 BSD-4.3を例題に
仮想記憶入門 BSD-4.3を例題に仮想記憶入門 BSD-4.3を例題に
仮想記憶入門 BSD-4.3を例題に
 
Javaトラブルに備えよう #jjug_ccc #ccc_h2
Javaトラブルに備えよう #jjug_ccc #ccc_h2Javaトラブルに備えよう #jjug_ccc #ccc_h2
Javaトラブルに備えよう #jjug_ccc #ccc_h2
 
PostgreSQL - C言語によるユーザ定義関数の作り方
PostgreSQL - C言語によるユーザ定義関数の作り方PostgreSQL - C言語によるユーザ定義関数の作り方
PostgreSQL - C言語によるユーザ定義関数の作り方
 
並列クエリを実行するPostgreSQLのアーキテクチャ
並列クエリを実行するPostgreSQLのアーキテクチャ並列クエリを実行するPostgreSQLのアーキテクチャ
並列クエリを実行するPostgreSQLのアーキテクチャ
 
配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境
 
デバドラを書いてみよう!
デバドラを書いてみよう!デバドラを書いてみよう!
デバドラを書いてみよう!
 
My sql casual_in_fukuoka_vol1
My sql casual_in_fukuoka_vol1My sql casual_in_fukuoka_vol1
My sql casual_in_fukuoka_vol1
 
Synthesijer fpgax 20150201
Synthesijer fpgax 20150201Synthesijer fpgax 20150201
Synthesijer fpgax 20150201
 
HandlerSocket plugin for MySQL
HandlerSocket plugin for MySQLHandlerSocket plugin for MySQL
HandlerSocket plugin for MySQL
 
x86とコンテキストスイッチ
x86とコンテキストスイッチx86とコンテキストスイッチ
x86とコンテキストスイッチ
 

Destaque (11)

molecular docking
molecular dockingmolecular docking
molecular docking
 
1 click docking
1 click docking1 click docking
1 click docking
 
AutoDock, AutoGrid, AutoDockTools (GUI), and Open Babel Tutorial
AutoDock, AutoGrid, AutoDockTools (GUI), and Open Babel TutorialAutoDock, AutoGrid, AutoDockTools (GUI), and Open Babel Tutorial
AutoDock, AutoGrid, AutoDockTools (GUI), and Open Babel Tutorial
 
Drug discovery strategy final draft
Drug discovery strategy   final draftDrug discovery strategy   final draft
Drug discovery strategy final draft
 
Grupo 4 ppt
Grupo 4 pptGrupo 4 ppt
Grupo 4 ppt
 
[4] drug discovery-lect-1
[4] drug discovery-lect-1[4] drug discovery-lect-1
[4] drug discovery-lect-1
 
Cook2010web
Cook2010webCook2010web
Cook2010web
 
Protein-Ligand Docking
Protein-Ligand DockingProtein-Ligand Docking
Protein-Ligand Docking
 
MOLECULAR DOCKING
MOLECULAR DOCKINGMOLECULAR DOCKING
MOLECULAR DOCKING
 
Molecular docking
Molecular dockingMolecular docking
Molecular docking
 
Molecular docking
Molecular dockingMolecular docking
Molecular docking
 

Semelhante a AutoDock_vina_japanese_ver.1.0

NVIDIA Japan Seminar 2012
NVIDIA Japan Seminar 2012NVIDIA Japan Seminar 2012
NVIDIA Japan Seminar 2012
Takuro Iizuka
 
tcpdump & xtrabackup @ MySQL Casual Talks #1
tcpdump & xtrabackup @ MySQL Casual Talks #1tcpdump & xtrabackup @ MySQL Casual Talks #1
tcpdump & xtrabackup @ MySQL Casual Talks #1
Ryosuke IWANAGA
 
C16 45分でわかるPostgreSQLの仕組み by 山田努
C16 45分でわかるPostgreSQLの仕組み by 山田努C16 45分でわかるPostgreSQLの仕組み by 山田努
C16 45分でわかるPostgreSQLの仕組み by 山田努
Insight Technology, Inc.
 
GPGPUによるパーソナルスーパーコンピュータの可能性
GPGPUによるパーソナルスーパーコンピュータの可能性GPGPUによるパーソナルスーパーコンピュータの可能性
GPGPUによるパーソナルスーパーコンピュータの可能性
Yusaku Watanabe
 
【テストレポート】Datrium DVXによるIOmark-VM性能テスト
【テストレポート】Datrium DVXによるIOmark-VM性能テスト【テストレポート】Datrium DVXによるIOmark-VM性能テスト
【テストレポート】Datrium DVXによるIOmark-VM性能テスト
デイトリウム
 
Programming Hive Reading #3
Programming Hive Reading #3Programming Hive Reading #3
Programming Hive Reading #3
moai kids
 

Semelhante a AutoDock_vina_japanese_ver.1.0 (20)

20181212 - PGconf.ASIA - LT
20181212 - PGconf.ASIA - LT20181212 - PGconf.ASIA - LT
20181212 - PGconf.ASIA - LT
 
NVIDIA Japan Seminar 2012
NVIDIA Japan Seminar 2012NVIDIA Japan Seminar 2012
NVIDIA Japan Seminar 2012
 
An Intelligent Storage?
An Intelligent Storage?An Intelligent Storage?
An Intelligent Storage?
 
Proposed boost b_tree_library(ja)
Proposed boost b_tree_library(ja)Proposed boost b_tree_library(ja)
Proposed boost b_tree_library(ja)
 
MongoDB Configパラメータ解説
MongoDB Configパラメータ解説MongoDB Configパラメータ解説
MongoDB Configパラメータ解説
 
pg_bigmを用いた全文検索のしくみ(前編)
pg_bigmを用いた全文検索のしくみ(前編)pg_bigmを用いた全文検索のしくみ(前編)
pg_bigmを用いた全文検索のしくみ(前編)
 
tcpdump & xtrabackup @ MySQL Casual Talks #1
tcpdump & xtrabackup @ MySQL Casual Talks #1tcpdump & xtrabackup @ MySQL Casual Talks #1
tcpdump & xtrabackup @ MySQL Casual Talks #1
 
PL/CUDA - Fusion of HPC Grade Power with In-Database Analytics
PL/CUDA - Fusion of HPC Grade Power with In-Database AnalyticsPL/CUDA - Fusion of HPC Grade Power with In-Database Analytics
PL/CUDA - Fusion of HPC Grade Power with In-Database Analytics
 
C16 45分でわかるPostgreSQLの仕組み by 山田努
C16 45分でわかるPostgreSQLの仕組み by 山田努C16 45分でわかるPostgreSQLの仕組み by 山田努
C16 45分でわかるPostgreSQLの仕組み by 山田努
 
20170127 JAWS HPC-UG#8
20170127 JAWS HPC-UG#820170127 JAWS HPC-UG#8
20170127 JAWS HPC-UG#8
 
Maxwell と Java CUDAプログラミング
Maxwell と Java CUDAプログラミングMaxwell と Java CUDAプログラミング
Maxwell と Java CUDAプログラミング
 
Mysql casial01
Mysql casial01Mysql casial01
Mysql casial01
 
EWD 3トレーニングコース#19 JavaScriptからGlobalストレジにアクセスする
EWD 3トレーニングコース#19 JavaScriptからGlobalストレジにアクセスするEWD 3トレーニングコース#19 JavaScriptからGlobalストレジにアクセスする
EWD 3トレーニングコース#19 JavaScriptからGlobalストレジにアクセスする
 
20130819 jjugnslt
20130819 jjugnslt20130819 jjugnslt
20130819 jjugnslt
 
Mongodb 紹介
Mongodb 紹介Mongodb 紹介
Mongodb 紹介
 
GPGPUによるパーソナルスーパーコンピュータの可能性
GPGPUによるパーソナルスーパーコンピュータの可能性GPGPUによるパーソナルスーパーコンピュータの可能性
GPGPUによるパーソナルスーパーコンピュータの可能性
 
PostgreSQL v9.5の新機能~CustomScan/Join Interface
PostgreSQL v9.5の新機能~CustomScan/Join InterfacePostgreSQL v9.5の新機能~CustomScan/Join Interface
PostgreSQL v9.5の新機能~CustomScan/Join Interface
 
【テストレポート】Datrium DVXによるIOmark-VM性能テスト
【テストレポート】Datrium DVXによるIOmark-VM性能テスト【テストレポート】Datrium DVXによるIOmark-VM性能テスト
【テストレポート】Datrium DVXによるIOmark-VM性能テスト
 
Programming Hive Reading #3
Programming Hive Reading #3Programming Hive Reading #3
Programming Hive Reading #3
 
【MySQL編】サーバ環境が進化する今話題のPCIe SSDを評価してみた
【MySQL編】サーバ環境が進化する今話題のPCIe SSDを評価してみた【MySQL編】サーバ環境が進化する今話題のPCIe SSDを評価してみた
【MySQL編】サーバ環境が進化する今話題のPCIe SSDを評価してみた
 

Mais de Satoshi Kume

Mais de Satoshi Kume (20)

ChatGPT の現状理解と 2023年7月版 LLM情報アップデート
ChatGPT の現状理解と 2023年7月版 LLM情報アップデートChatGPT の現状理解と 2023年7月版 LLM情報アップデート
ChatGPT の現状理解と 2023年7月版 LLM情報アップデート
 
230517_chatGPT_v01.pdf
230517_chatGPT_v01.pdf230517_chatGPT_v01.pdf
230517_chatGPT_v01.pdf
 
20230314_R-universe.pdf
20230314_R-universe.pdf20230314_R-universe.pdf
20230314_R-universe.pdf
 
211204_japan_r_v01
211204_japan_r_v01211204_japan_r_v01
211204_japan_r_v01
 
211104 Bioc Asia workshop
211104 Bioc Asia workshop211104 Bioc Asia workshop
211104 Bioc Asia workshop
 
CRANパッケージの作成・投稿とコードレビュー対応 〜 GoogleImage2Array パッケージでの事例紹介 〜 @ BioPackathon
CRANパッケージの作成・投稿とコードレビュー対応 〜 GoogleImage2Array パッケージでの事例紹介 〜 @ BioPackathonCRANパッケージの作成・投稿とコードレビュー対応 〜 GoogleImage2Array パッケージでの事例紹介 〜 @ BioPackathon
CRANパッケージの作成・投稿とコードレビュー対応 〜 GoogleImage2Array パッケージでの事例紹介 〜 @ BioPackathon
 
Exchange program 071128
Exchange program 071128Exchange program 071128
Exchange program 071128
 
D3 slides (Satoshi Kume)
D3 slides (Satoshi Kume)D3 slides (Satoshi Kume)
D3 slides (Satoshi Kume)
 
AI学会 合同研究会2020 発表スライド (201120)
AI学会 合同研究会2020 発表スライド (201120)AI学会 合同研究会2020 発表スライド (201120)
AI学会 合同研究会2020 発表スライド (201120)
 
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
 
Openlink Virtuoso v01
Openlink Virtuoso v01Openlink Virtuoso v01
Openlink Virtuoso v01
 
201209 Biopackathon 12th
201209 Biopackathon 12th201209 Biopackathon 12th
201209 Biopackathon 12th
 
201126 Wikidata クラス階層 SPARQL検索
201126 Wikidata クラス階層 SPARQL検索201126 Wikidata クラス階層 SPARQL検索
201126 Wikidata クラス階層 SPARQL検索
 
201111_biopackathon_11th_v00pre
201111_biopackathon_11th_v00pre201111_biopackathon_11th_v00pre
201111_biopackathon_11th_v00pre
 
200612_BioPackathon_ss
200612_BioPackathon_ss200612_BioPackathon_ss
200612_BioPackathon_ss
 
How_to_install_OpenCV_ver1.0
How_to_install_OpenCV_ver1.0How_to_install_OpenCV_ver1.0
How_to_install_OpenCV_ver1.0
 
CentOS_slide_ver1.0
CentOS_slide_ver1.0CentOS_slide_ver1.0
CentOS_slide_ver1.0
 
R_note_ODE_ver1.0
R_note_ODE_ver1.0R_note_ODE_ver1.0
R_note_ODE_ver1.0
 
Mac_Terminal_ver1.0
Mac_Terminal_ver1.0Mac_Terminal_ver1.0
Mac_Terminal_ver1.0
 
R_note_02_ver1.0
R_note_02_ver1.0R_note_02_ver1.0
R_note_02_ver1.0
 

AutoDock_vina_japanese_ver.1.0

  • 1. 121118 version 1.0 AutoDock Vina & MGLTools on Mac OSX 10.6 AutoDock Vinaは、Oleg Trott 博士 (The Scripps Research Institute)によ り提供されるAutoDock4の改良型ドッキングツールである。計算速度、 ドッキング精度ともに大幅に改善されている。ただ、結合プロファイル がFree energyしかログに残らないのが問題である。 Provided by Satoshi Kume Osaka Prefecture University
  • 2. 1. AutodockToolsの起動 2. Proteinの設定  2-1. File → Read Molecule → Open PDB file (表示設定: Ribbon.)  2-2. Edit → Hydrogens → add → Polar only → OK.  2-3. Grid → Macromolecule → Choose... → Select Molecule.. (同じファイル)    → Save PDBQT 例 3. GridBoxの設定 number of points in x-dimension: 22  3-1. Grid → GridBox → Center Grid Boxの設定 number of points in y-dimension: 24  3-2. Spacing (angstrom) → 1.000 angstrom number of points in z-dimension: 28  3-3. xyz-dimensions → 20-30 (覚えておく!!!) Spacing (angstrom): 1.000 ※ Search space volumeを27000 Angstrom3以下に設定する 4. Ligandの設定  4-1. Ligand → Input → Open → リガンドのPDB fileを選択  4-2. Ligand → Torsion Tree → Choose Torsions... → Rotatable bondsの設定    (基本的にDefault) → Done  4-3. Ligand → Ourput → Save PDBQT (※ Protein fileと同じフォルダに保存)  4-4. AutodockToolsを終了する
  • 3. 設定の記入例 5. Vinaの設定ファイル作製 receptor = AAA.pdbqt 5-1. CotEditorあるいはテキストエディットで新規 ligand = BBB.pdbqt log = BBB.log   テキストファイルを作製する 5-2. 右のような記入例に従って、設定ファイルを center_x = -3.889 center_y = -2.222   作製・保存する。 center_z = 0.000 ※ Protein & ligand filesと同じフォルダに保存 size_x = 24 size_y = 28 size_z = 30 < 27000 cpu = 1 seed = 1000 size_x num_modes = 100 size_y energy_range = 3 size_z 各設定の簡易説明 receptor = : Protein file name, ligand = : Liand center_x file name, log = : Output log name, cpu = : コア center_y 使用数, Seed: 初期配座試行回数, num_modes: center_z 計算試行回数, energy_range: 計算内の自由エ ネルギー差(kcal/mol)
  • 4. 6. AutoDock Vinaの起動 6-1. ターミナルの起動 & 所定のディレクトリへの移動 (vinaのディレクトリを確認する) (例えば、“/Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina”の場合) 6-2. % /Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina --help # ヘルプの確認 Input: --receptor arg rigid part of the receptor (PDBQT) --flex arg flexible side chains, if any (PDBQT) --ligand arg ligand (PDBQT) Search space (required): 6-3. 設定オプションが出力される --center_x arg X coordinate of the center --center_y arg Y coordinate of the center --center_z arg Z coordinate of the center --size_x arg size in the X dimension (Angstroms) --size_y arg size in the Y dimension (Angstroms) --size_z arg size in the Z dimension (Angstroms) Advanced options (see the manual): --score_only score only - search space Output (optional): --out arg output models (PDBQT), the default is chosen based on can be omitted the ligand file name --local_only do local search only --log arg optionally, write log file --randomize_only randomize input, attempting to avoid clashes Misc (optional): --weight_gauss1 arg (=-0.035579) gauss_1 weight --cpu arg the number of CPUs to use (the default is to try to --weight_gauss2 arg (=-0.005156) gauss_2 weight detect the number of CPUs or, failing that, use 1) --weight_repulsion arg (=0.84024500000000002) repulsion weight --seed arg explicit random seed --exhaustiveness arg (=8) exhaustiveness of the global search (roughly --weight_hydrophobic arg (=-0.035069000000000003) hydrophobic weight proportional to time): 1+ --weight_hydrogen arg (=-0.58743900000000004) Hydrogen bond weight --num_modes arg (=9) maximum number of binding modes to generate --weight_rot arg (=0.058459999999999998) N_rot weight --energy_range arg (=3) maximum energy difference between the best binding mode and the worst one displayed (kcal/mol) Configuration file (optional): --config arg the above options can be put here Information (optional): --help display usage summary --help_advanced display usage summary with advanced options --version display program version
  • 5. 7. AutoDock Vinaを用いたドッキング計算 7-1. % /Users/AUTODOCK/ADvina_1_1_2_mac/bin/vina --config conf.txt (confは任意のファイル名) ################################################# # If you used AutoDock Vina in your work, please cite: # 7-2. 右のようなログが出力される # # # O. Trott, A. J. Olson, # 7-3. Writing output ... done → 計算完了 # AutoDock Vina: improving the speed and accuracy of docking # with a new scoring function, efficient optimization and # # # multithreading, Journal of Computational Chemistry 31 (2010) # 7-4. BBB_out.pdbqtが新規に作製される # 455-461 # # # (BBBは任意のリガンドファイル名) # DOI 10.1002/jcc.21334 # # # # Please see http://vina.scripps.edu for more information. # ################################################# Output will be LA1_out.pdbqt Reading input ... done. 8. PyoMOLによる可視化 Setting up the scoring function ... done. Analyzing the binding site ... done. Using random seed: 1000 Performing search ... 8-1. BBB_out.pdbqtをPyMOLにドラッグし 0% 10 20 30 40 50 60 70 80 90 100% | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |   て開く! *************************************************** done. Refining results ... done. (※ PyMOL → File → Open...ではダメ!) mode | affinity | dist from best mode 8-2. PyMOL → File → Open... → Protein PDB | (kcal/mol) | rmsd l.b.| rmsd u.b. -----+------------+----------+----------   fileを開く 1 -5.5 0.000 0.000 2 -5.3 4.700 9.201 8-3. 結合部位を確認する 3 -5.3 1.272 2.895 4 -5.3 1.150 1.838 5 -5.3 4.682 8.772 (Binding free energyが低い順) 6 -5.3 1.420 2.117 7 -5.3 4.218 8.038 8 -5.3 4.373 8.487 9 -5.2 1.390 2.106 10 -5.2 4.939 9.404 Writing output ... done.