Pair your accounts.

Export articles to Mendeley

Get article recommendations from ACS based on references in your Mendeley library.

Pair your accounts.

Export articles to Mendeley

Get article recommendations from ACS based on references in your Mendeley library.

You’ve supercharged your research process with ACS and Mendeley!

STEP 1:
Click to create an ACS ID

Please note: If you switch to a different device, you may be asked to login again with only your ACS ID.

Please note: If you switch to a different device, you may be asked to login again with only your ACS ID.

Please note: If you switch to a different device, you may be asked to login again with only your ACS ID.

MENDELEY PAIRING EXPIRED
Your Mendeley pairing has expired. Please reconnect
ACS Publications. Most Trusted. Most Cited. Most Read
Use of Freely Available and Open Source Tools for In Silico Screening in Chemical Biology
My Activity
  • Free to Read
Technology Report

Use of Freely Available and Open Source Tools for In Silico Screening in Chemical Biology
Click to copy article linkArticle link copied!

View Author Information
§ MOAC Doctoral Training Centre, Senate House, School of Life Sciences, §Department of Chemistry, University of Warwick, Coventry CV4 7AL, United Kingdom
*A. Marsh. E-mail: [email protected]
Open PDFSupporting Information (1)

Journal of Chemical Education

Cite this: J. Chem. Educ. 2014, 91, 4, 602–604
Click to copy citationCitation copied!
https://doi.org/10.1021/ed400302u
Published February 14, 2014

Copyright © 2014 The American Chemical Society and Division of Chemical Education, Inc. This publication is available under these Terms of Use.

Abstract

Click to copy section linkSection link copied!

Automated computational docking of large libraries of chemical compounds to a protein can aid in pharmaceutical drug design and gives scientists with basic computer experience a tool to help plan wet laboratory investigations when exploring the combination of chemical and pharmacological spaces. The use of open source tools to develop and select ligands for subsequent screening is outlined. A protocol leveraging the power of Open Babel and AutoDock Vina to perform file conversion, minimization, and docking implemented as a Python script is offered.

This publication is licensed for personal use by The American Chemical Society.

Copyright © 2014 The American Chemical Society and Division of Chemical Education, Inc.

Informatics is central to the way chemists learn and work today. Over a decade and a half ago, this Journal published a paper entitled “Computational Chemistry for the Masses” (1) outlining the diversity and applicability of computational chemistry. There is now a wealth of commercial and open source applications that aid in the modeling of chemical systems, finding applications from pharmaceutical drug design to materials science. The imperative for enabling students to use them (2) to explore the therapeutic drug-target landscape (3-5) using burgeoning resources such as PubChem and genomic and other functional databases is clear. (6) Tools such as NCBI BLAST (7) have revolutionized the way biological data is accessed and manipulated. However, combining this with individual chemical properties available through, for example, RSC ChemSpider and NCBI PubChem presents ongoing conceptual and computational challenges. (8)
This report aims to introduce an open source, high-throughput protocol to chemists with a basic grasp of informatics from undergraduate level onward, enabling them to perform automated docking (9) of a library of chemical compounds to a receptor protein. By using it, students and researchers will more easily be able to uncover molecular structures that bind to targets with the ultimate aim of linking them to screening data held by ChEMBL (10) and PubChem.
The protocol flow diagram is shown in Figure 1. Open Babel (11, 12) is extensively used to convert between file formats, and AutoDock Vina (13) is used for the docking of ligands to a protein receptor. AutoDock Vina, previously identified as having potential as a teaching tool, (6) can take advantage of multiple CPU or GPU cores and is open source.
Sequencers, such as Accelrys’ Pipeline Pilot or the open source graphical user interface (GUI)-based Knime, allow similar processes to be implemented, (14) and integration within the Knime Cheminformatics Nodes (15) would undoubtedly add value to this approach.

Figure 1

Figure 1. A flow diagram showing the path from library generation (orange) to screening (violet) and visualization and analysis (green).

Preparation of Files

Click to copy section linkSection link copied!

Starting from a lead compound, it is usual to generate a library of similar structures either in a two-dimensional visual format or SMILES (simplified molecular-input line-entry system) text format. Services, such as the PubChem REST API, (16) which might be called from within the script or Web services, that aim to produce similar compounds by exploring new chemical space, such as ChemNProp, (17, 18) can output a text file of SMILES compounds. (19) From here, Open Babel (11, 12) was used to convert the library to MOL2 and PDB files that state the constituent atoms, their coordinates in three-dimensional space, and chemical bonding.
The command-line obabel program within Open Babel was particularly useful for its ability to perform a genetic algorithm conformer search, allowing all conformations to be systematically determined, their in vacuo free energy calculated, and the lowest selected. Open Babel was also installed with obminimize, a program that minimizes the input file.
AutoDock Vina requires input of PDBQT files that extend the standard PDB format with partial charges and atom types. Open Babel was again used for this conversion, although a separate Python script can be downloaded with MGLTools that can be used as an alternative. The same procedure was then applied to the “receptor”, the protein to which the ligands are docked. Hydrogens should be added and subsequently saved in PDBQT format using AutoDock Tools. (20) Rotatable bonds are not explicitly selected because Vina can regard the side chains of selected residues of the receptor as being flexible. This is an improvement on early attempts at docking tools, where the receptor is kept rigid; however, a fully flexible protein would provide a more realistic model.
It is worth emphasizing the power and simplicity of command-line tools combined with their automation via a simple shell or Python script. The most useful tools are those that require no interaction, yet output files that are accurate and representative of the result of manual labor. Furthermore, languages, such as shell script or Python, are often operating-system independent, allowing them to be run on different platforms with little reconfiguration.

Screening

Click to copy section linkSection link copied!

AutoDock Vina (13) was chosen for docking because it is independently validated (21) and actively maintained with a user community that is swift to answer any questions. It also includes a rotamer search, to explore dihedrals specified in the PDBQT. Note that Web alternatives, such as DOCK Blaster (9) (which integrates with the ZINC database) (22) and idock, (23) have the advantage of using more powerful computational facilities than are typically available to novice users.
Once the PDBQT files were prepared, the size and center point of a three-dimensional box in which the ligands were docked was determined. The only other option required is the exhaustiveness of the docking, a somewhat ambiguous parameter, which can be thought of as the amount of effort Vina makes into searching all conformations, orientations, and positions of the ligand. Using an optimized cluster of workstations over a prolonged period of time allows this to be set in the thousands more easily. Although it is important to run the analysis with exhaustiveness (>1000) using a box closely defining the likely binding site, this is nonetheless achievable on a desktop computer.
Vina results are in the form of a PDBQT with multiple modes. These modes are descriptions of the orientation, position, and conformation of the ligand. Due to their nonstandard format, many visualization programs do not read these files correctly, but AutoDock Tools and the popular PyMoL (24) are both freely available options. Code in the Supporting Information is also provided that performs extraction of the modes to individual PDB files for viewing.
The primary script provided in the Supporting Information that automates the protocol described above is ODScreen. The user supplies the directory containing the compounds to be screened, the type of compound files, the name of the receptor protein, and the name of the AutoDock Vina configuration file. Optional arguments include the exhaustiveness and, for more advanced users, the generation of a job file that can be submitted to MOAB/Torque cluster queues.

Example Use

Click to copy section linkSection link copied!

A walk-through example based on the discovery of similar compounds to a known inhibitor of plant enzyme TIR1 ubiquitin ligase (25) and PDB file 2P1Q.pdb is provided. Classroom use might include an extension to the exploration of molecular interactions in the known inhibitor–enzyme complex with discussion of in silico methods, including similarity searching, used in generating lead compounds. (6)

Supporting Information

Click to copy section linkSection link copied!

A straightforward protocol written in Python that depends on Open Babel being installed is available. Vina is also provided, but if an installed version is found, that is used in preference. The code is commented and will be maintained and updated through www.opendiscovery.org.uk. This material is available via the Internet at http://pubs.acs.org.

Terms & Conditions

Most electronic Supporting Information files are available without a subscription to ACS Web Editions. Such files may be downloaded by article for research use (if there is a public use license linked to the relevant article, that license may permit other uses). Permission may be obtained from ACS for other uses through requests via the RightsLink permission system: http://pubs.acs.org/page/copyright/permissions.html.

Author Information

Click to copy section linkSection link copied!

  • Corresponding Author
    • Andrew Marsh - †MOAC Doctoral Training Centre, Senate House, ‡School of Life Sciences, §Department of Chemistry, University of Warwick, Coventry CV4 7AL, United Kingdom Email: [email protected]
  • Authors
    • Gareth W. Price - †MOAC Doctoral Training Centre, Senate House, ‡School of Life Sciences, §Department of Chemistry, University of Warwick, Coventry CV4 7AL, United Kingdom
    • Phillip S. Gould - †MOAC Doctoral Training Centre, Senate House, ‡School of Life Sciences, §Department of Chemistry, University of Warwick, Coventry CV4 7AL, United Kingdom
  • Notes
    The authors declare the following competing financial interest(s): G.W.P. and P.S.G. declare no competing interest. A.M. is a shareholder in Tangent Reprofiling Limited, a subsidiary of SEEK, a trading style of PepTCell Limited, and declares no other competing interest.

Acknowledgment

Click to copy section linkSection link copied!

G.W.P. thanks EPSRC for a Ph.D. studentship through Warwick MOAC DTC (EP/F500378/1). P.S.G. acknowledges BBSRC (BB/1022880/1) for funding. We thank Warwick Centre for Scientific Computing (CSC) and staff for access to parallel computing clusters, P. M. Rodger (CSC and Department of Chemistry), D. Bray (Department of Chemistry), A. J. Easton (School of Life Sciences) for helpful discussions. We also thank M. Quareshy for testing the code and for providing the example results and referees for constructive feedback.

References

Click to copy section linkSection link copied!

This article references 25 other publications.

  1. 1
    JCE staff. Computational Chemistry for the Masses. J. Chem. Educ. 1996, 73, 104.
  2. 2
    Manallack, D. T.; Chalmers, D. K.; Yuriev, E. Using the β2-Adrenoceptor for Structure-Based Drug Design J. Chem. Educ. 2010, 87, 625 627
  3. 3
    Hopkins, A. L. Network pharmacology: the next paradigm in drug discovery Nat. Chem. Biol. 2008, 4, 682 690
  4. 4
    Brown, J. B.; Okuno, Y. Systems biology and systems chemistry: new directions for drug discovery Chem. Biol. 2012, 19, 23 28
  5. 5
    Ortí, L.; Carbajo, R. J.; Pieper, U.; Eswar, N.; Maurer, S. M.; Rai, A. K.; Taylor, G.; Todd, M. H.; Pineda-Lucena, A.; Sali, A.; Marti-Renom, M. A. A Kernel for Open Source Drug Discovery in Tropical Diseases PLoS Neglected Trop. Dis. 2009, 3, e418 DOI: 10.1371/journal.pntd.0000418
  6. 6
    Sutch, B. T.; Romero, R. M.; Neamati, N.; Haworth, I. S. Integrated Teaching of Structure-Based Drug Design and Biopharmaceutics: A Computer-Based Approach J. Chem. Educ. 2012, 89, 45 51
  7. 7
    Altschul, S. F.; Gish, W.; Miller, W.; Myers, E. W.; Lipman, D. J. Basic local alignment search tool J. Mol. Biol. 1990, 215, 403
  8. 8
    Ekins, S.; Waller, C. L.; Bradley, M. P.; Clark, A. M.; Williams, A. J. Four disruptive strategies for removing drug discovery bottlenecks Drug Discovery Today 2013, 18, 265 271
  9. 9
    Irwin, J. J.; Shoichet, B. K.; Mysinger, M. M.; Huang, N.; Francesco Colizzi, F.; Wassam, P.; Cao, Yiqun. Automated Docking Screens: A Feasibility Study J. Med. Chem. 2009, 52, 5712 5720
  10. 10
    Gaulton, A.; Bellis, L. J.; Bento, A. P.; Chambers, J.; Davies, M.; Hersey, A.; Light, Y.; McGlinchey, S.; Michalovich, D.; Al-Lazikani, B.; Overington, J. P. ChEMBL: a large-scale bioactivity database for drug discovery Nucleic Acids Res. 2011, 40, 1100 1107
  11. 11
    O’Boyle, N. M.; Banck, M.; James, C. A.; Morley, C.; Vandermeersch, T.; Hutchison, G. R. Open Babel: An open chemical toolbox J. Cheminf. 2011, 3, 33 DOI: 10.1186/1758-2946-3-33
  12. 12
    The Open Babel Package, version 2.3.1. http://openbabel.org (accessed Feb 2014) .
  13. 13
    Trott, O.; Olson, A. J. AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization and multithreading J. Comput. Chem. 2010, 31, 455 461
  14. 14
    Liao, C.; Sitzmann, M.; Pugliese, A.; Nicklaus, M. C. Software and resources for computational medicinal chemistry Future Med. Chem. 2011, 3, 1057 1085
  15. 15
    Konstanz Information Miner. http://tech.knime.org/cheminformatics-extensions (accessed Feb 2014) .
  16. 16
    PUG REST. http://pubchem.ncbi.nlm.nih.gov/pug_rest/PUG_REST.html (accessed Feb 2014) .
  17. 17
    Cincilla, G.; Thormann, M.; Pons, M. Structuring Chemical Space: Similarity-Based Characterization of the PubChem Database Mol. Inf. 2009, 29, 37 49
  18. 18
    ChemNProp – Chemical names to properties. http://chemnprop.irbbarcelona.org (accessed Feb 2014) .
  19. 19
    Vidal, D.; Thormann, M.; Pons, M. LINGO, an efficient holographic text based method to calculate biophysical properties and intermolecular similarities J. Chem. Inf. Model. 2005, 45, 386 393
  20. 20
    Morris, G. M.; Huey, R.; Lindstrom, W.; Sanner, M. F.; Belew, R. K.; Goodsell, D. S.; Olson, A. J. Autodock4 and AutoDockTools4: automated docking with selective receptor flexiblity J. Comput. Chem. 2009, 16, 2785 91
  21. 21
    Docking At UTMB - DUD Results. http://docking.utmb.edu/dudresults/ (accessed Feb 2014)
  22. 22
    Irwin, J. J.; Sterling, S.; Mysinger, M. M.; Bolstad, E. S.; Coleman, R. G. ZINC: A Free Tool to Discover Chemistry for Biology J. Chem. Inf. Model. 2012, 52, 1757 1768
  23. 23
    Li, H.; Leung, K.-S.; Wong, M.-H. idock: A Multithreaded Virtual Screening Tool for Flexible Ligand Docking Proc. IEEE Symp. Comput. Intell. Bioinf. Comput. Biol. 2012, 77 84 DOI: 10.1109/CIBCB.2012.6217214
  24. 24
    DeLano, W. L.; The PyMOL Molecular Graphics System, version 1.5.0.4; Schrodinger: New York, 2002.
  25. 25
    Calderón Villalobos, L. I. A.; Lee, S.; De Oliveira, C.; Ivetac, A.; Brandt, W.; Armitage, L.; Sheard, L. B.; Tan, X.; Parry, G.; Mao, H.; Zheng, N.; Napier, R.; Kepinski, S.; Estelle, M. A combinatorial TIR1/AFB–Aux/IAA co-receptor system for differential sensing of auxin Nat. Chem. Biol. 2012, 8, 477 485

Cited By

Click to copy section linkSection link copied!

This article is cited by 13 publications.

  1. Audrey G. Fikes, Melissa C. Srougi. Design and Implementation of an Accessible and Open-Sourced In Silico Drug Screening Activity for Cancer Drug Discovery. Journal of Chemical Education 2023, 100 (10) , 4125-4130. https://doi.org/10.1021/acs.jchemed.3c00307
  2. Bethanie A. Clent, Yuhang Wang, Hugh C. Britton, Frank Otto, Christopher J. Swain, Matthew H. Todd, Jonathan D. Wilden, Alethea B. Tabor. Molecular Docking with Open Access Software: Development of an Online Laboratory Handbook and Remote Workflow for Chemistry and Pharmacy Master’s Students to Undertake Computer-Aided Drug Design. Journal of Chemical Education 2021, 98 (9) , 2899-2905. https://doi.org/10.1021/acs.jchemed.1c00289
  3. John G. Hardy, Stephanie Sdepanian, Alison F. Stowell, Amal D. Aljohani, Michael J. Allen, Ayaz Anwar, Dik Barton, John V. Baum, David Bird, Adam Blaney, Liz Brewster, David Cheneler, Olga Efremova, Michael Entwistle, Reza N. Esfahani, Melike Firlak, Alex Foito, Leandro Forciniti, Sydney A. Geissler, Feng Guo, Rania M. Hathout, Richard Jiang, Punarja Kevin, David Leese, Wan Li Low, Sarah Mayes, Masoud Mozafari, Samuel T. Murphy, Hieu Nguyen, Chifundo N. M. Ntola, George Okafo, Adam Partington, Thomas A. K. Prescott, Stephen P. Price, Sherif Soliman, Papri Sutar, David Townsend, Patrick Trotter, Karen L. Wright. Potential for Chemistry in Multidisciplinary, Interdisciplinary, and Transdisciplinary Teaching Activities in Higher Education. Journal of Chemical Education 2021, 98 (4) , 1124-1145. https://doi.org/10.1021/acs.jchemed.0c01363
  4. Dean J. Tantillo, Justin B. Siegel, Carla M. Saunders, Teresa A. Palazzo, Phillip P. Painter, Terrence E. O’Brien, Nicole N. Nuñez, Dustin H. Nouri, Michael W. Lodewyk, Brandi M. Hudson, Stephanie R. Hare, Rebecca L. Davis. Computer-Aided Drug Design for Undergraduates. Journal of Chemical Education 2019, 96 (5) , 920-925. https://doi.org/10.1021/acs.jchemed.8b00712
  5. Mussa Quareshy, Justyna Prusinska, Martin Kieffer, Kosuke Fukui, Alonso J. Pardal, Silke Lehmann, Patrick Schafer, Charo I. del Genio, Stefan Kepinski, Kenichiro Hayashi, Andrew Marsh, Richard M. Napier. The Tetrazole Analogue of the Auxin Indole-3-acetic Acid Binds Preferentially to TIR1 and Not AFB5. ACS Chemical Biology 2018, 13 (9) , 2585-2594. https://doi.org/10.1021/acschembio.8b00527
  6. Aaron R. Van Dyke, Daniel H. Gatazka, and Mariah M. Hanania . Innovations in Undergraduate Chemical Biology Education. ACS Chemical Biology 2018, 13 (1) , 26-35. https://doi.org/10.1021/acschembio.7b00986
  7. Travis R. Helgren and Timothy J. Hagen . Demonstration of AutoDock as an Educational Tool for Drug Discovery. Journal of Chemical Education 2017, 94 (3) , 345-349. https://doi.org/10.1021/acs.jchemed.6b00555
  8. Antoine Daina, Marie-Claude Blatter, Vivienne Baillie Gerritsen, Patricia M. Palagi, Diana Marek, Ioannis Xenarios, Torsten Schwede, Olivier Michielin, and Vincent Zoete . Drug Design Workshop: A Web-Based Educational Tool To Introduce Computer-Aided Drug Design to the General Public. Journal of Chemical Education 2017, 94 (3) , 335-344. https://doi.org/10.1021/acs.jchemed.6b00596
  9. Ricardo P. Rodrigues, Saulo F. Andrade, Susimaire P. Mantoani, Vera L. Eifler-Lima, Vinicius B. Silva, and Daniel F. Kawano . Using Free Computational Resources To Illustrate the Drug Design Process in an Undergraduate Medicinal Chemistry Course. Journal of Chemical Education 2015, 92 (5) , 827-835. https://doi.org/10.1021/ed500195d
  10. Piotr Minkiewicz, Anna Iwaniak, and Małgorzata Darewicz . Using Internet Databases for Food Science Organic Chemistry Students To Discover Chemical Compound Information. Journal of Chemical Education 2015, 92 (5) , 874-876. https://doi.org/10.1021/ed5006739
  11. Ahmad Sattari, Ali Ramazani, Hamideh Aghahosseini. Repositioning therapeutics for COVID-19: virtual screening of the potent synthetic and natural compounds as SARS-CoV-2 3CLpro inhibitors. Journal of the Iranian Chemical Society 2021, 18 (10) , 2807-2827. https://doi.org/10.1007/s13738-021-02235-7
  12. Sheng Zhang, Maj Krumberger, Michael A. Morris, Chelsea Marie T. Parrocha, Adam G. Kreutzer, James S. Nowick. Structure-based drug design of an inhibitor of the SARS-CoV-2 (COVID-19) main protease using free software: A tutorial for students and scientists. European Journal of Medicinal Chemistry 2021, 218 , 113390. https://doi.org/10.1016/j.ejmech.2021.113390
  13. Rajarshi Guha, Egon Willighagen. Learning cheminformatics. Journal of Cheminformatics 2020, 12 (1) https://doi.org/10.1186/s13321-019-0406-z
Open PDF

Journal of Chemical Education

Cite this: J. Chem. Educ. 2014, 91, 4, 602–604
Click to copy citationCitation copied!
https://doi.org/10.1021/ed400302u
Published February 14, 2014

Copyright © 2014 The American Chemical Society and Division of Chemical Education, Inc. This publication is available under these Terms of Use.

Article Views

4325

Altmetric

-

Citations

Learn about these metrics

Article Views are the COUNTER-compliant sum of full text article downloads since November 2008 (both PDF and HTML) across all institutions and individuals. These metrics are regularly updated to reflect usage leading up to the last few days.

Citations are the number of other articles citing this article, calculated by Crossref and updated daily. Find more information about Crossref citation counts.

The Altmetric Attention Score is a quantitative measure of the attention that a research article has received online. Clicking on the donut icon will load a page at altmetric.com with additional details about the score and the social media presence for the given article. Find more information on the Altmetric Attention Score and how the score is calculated.

  • Abstract

    Figure 1

    Figure 1. A flow diagram showing the path from library generation (orange) to screening (violet) and visualization and analysis (green).

  • References


    This article references 25 other publications.

    1. 1
      JCE staff. Computational Chemistry for the Masses. J. Chem. Educ. 1996, 73, 104.
    2. 2
      Manallack, D. T.; Chalmers, D. K.; Yuriev, E. Using the β2-Adrenoceptor for Structure-Based Drug Design J. Chem. Educ. 2010, 87, 625 627
    3. 3
      Hopkins, A. L. Network pharmacology: the next paradigm in drug discovery Nat. Chem. Biol. 2008, 4, 682 690
    4. 4
      Brown, J. B.; Okuno, Y. Systems biology and systems chemistry: new directions for drug discovery Chem. Biol. 2012, 19, 23 28
    5. 5
      Ortí, L.; Carbajo, R. J.; Pieper, U.; Eswar, N.; Maurer, S. M.; Rai, A. K.; Taylor, G.; Todd, M. H.; Pineda-Lucena, A.; Sali, A.; Marti-Renom, M. A. A Kernel for Open Source Drug Discovery in Tropical Diseases PLoS Neglected Trop. Dis. 2009, 3, e418 DOI: 10.1371/journal.pntd.0000418
    6. 6
      Sutch, B. T.; Romero, R. M.; Neamati, N.; Haworth, I. S. Integrated Teaching of Structure-Based Drug Design and Biopharmaceutics: A Computer-Based Approach J. Chem. Educ. 2012, 89, 45 51
    7. 7
      Altschul, S. F.; Gish, W.; Miller, W.; Myers, E. W.; Lipman, D. J. Basic local alignment search tool J. Mol. Biol. 1990, 215, 403
    8. 8
      Ekins, S.; Waller, C. L.; Bradley, M. P.; Clark, A. M.; Williams, A. J. Four disruptive strategies for removing drug discovery bottlenecks Drug Discovery Today 2013, 18, 265 271
    9. 9
      Irwin, J. J.; Shoichet, B. K.; Mysinger, M. M.; Huang, N.; Francesco Colizzi, F.; Wassam, P.; Cao, Yiqun. Automated Docking Screens: A Feasibility Study J. Med. Chem. 2009, 52, 5712 5720
    10. 10
      Gaulton, A.; Bellis, L. J.; Bento, A. P.; Chambers, J.; Davies, M.; Hersey, A.; Light, Y.; McGlinchey, S.; Michalovich, D.; Al-Lazikani, B.; Overington, J. P. ChEMBL: a large-scale bioactivity database for drug discovery Nucleic Acids Res. 2011, 40, 1100 1107
    11. 11
      O’Boyle, N. M.; Banck, M.; James, C. A.; Morley, C.; Vandermeersch, T.; Hutchison, G. R. Open Babel: An open chemical toolbox J. Cheminf. 2011, 3, 33 DOI: 10.1186/1758-2946-3-33
    12. 12
      The Open Babel Package, version 2.3.1. http://openbabel.org (accessed Feb 2014) .
    13. 13
      Trott, O.; Olson, A. J. AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization and multithreading J. Comput. Chem. 2010, 31, 455 461
    14. 14
      Liao, C.; Sitzmann, M.; Pugliese, A.; Nicklaus, M. C. Software and resources for computational medicinal chemistry Future Med. Chem. 2011, 3, 1057 1085
    15. 15
      Konstanz Information Miner. http://tech.knime.org/cheminformatics-extensions (accessed Feb 2014) .
    16. 16
      PUG REST. http://pubchem.ncbi.nlm.nih.gov/pug_rest/PUG_REST.html (accessed Feb 2014) .
    17. 17
      Cincilla, G.; Thormann, M.; Pons, M. Structuring Chemical Space: Similarity-Based Characterization of the PubChem Database Mol. Inf. 2009, 29, 37 49
    18. 18
      ChemNProp – Chemical names to properties. http://chemnprop.irbbarcelona.org (accessed Feb 2014) .
    19. 19
      Vidal, D.; Thormann, M.; Pons, M. LINGO, an efficient holographic text based method to calculate biophysical properties and intermolecular similarities J. Chem. Inf. Model. 2005, 45, 386 393
    20. 20
      Morris, G. M.; Huey, R.; Lindstrom, W.; Sanner, M. F.; Belew, R. K.; Goodsell, D. S.; Olson, A. J. Autodock4 and AutoDockTools4: automated docking with selective receptor flexiblity J. Comput. Chem. 2009, 16, 2785 91
    21. 21
      Docking At UTMB - DUD Results. http://docking.utmb.edu/dudresults/ (accessed Feb 2014)
    22. 22
      Irwin, J. J.; Sterling, S.; Mysinger, M. M.; Bolstad, E. S.; Coleman, R. G. ZINC: A Free Tool to Discover Chemistry for Biology J. Chem. Inf. Model. 2012, 52, 1757 1768
    23. 23
      Li, H.; Leung, K.-S.; Wong, M.-H. idock: A Multithreaded Virtual Screening Tool for Flexible Ligand Docking Proc. IEEE Symp. Comput. Intell. Bioinf. Comput. Biol. 2012, 77 84 DOI: 10.1109/CIBCB.2012.6217214
    24. 24
      DeLano, W. L.; The PyMOL Molecular Graphics System, version 1.5.0.4; Schrodinger: New York, 2002.
    25. 25
      Calderón Villalobos, L. I. A.; Lee, S.; De Oliveira, C.; Ivetac, A.; Brandt, W.; Armitage, L.; Sheard, L. B.; Tan, X.; Parry, G.; Mao, H.; Zheng, N.; Napier, R.; Kepinski, S.; Estelle, M. A combinatorial TIR1/AFB–Aux/IAA co-receptor system for differential sensing of auxin Nat. Chem. Biol. 2012, 8, 477 485
  • Supporting Information

    Supporting Information


    A straightforward protocol written in Python that depends on Open Babel being installed is available. Vina is also provided, but if an installed version is found, that is used in preference. The code is commented and will be maintained and updated through www.opendiscovery.org.uk. This material is available via the Internet at http://pubs.acs.org.


    Terms & Conditions

    Most electronic Supporting Information files are available without a subscription to ACS Web Editions. Such files may be downloaded by article for research use (if there is a public use license linked to the relevant article, that license may permit other uses). Permission may be obtained from ACS for other uses through requests via the RightsLink permission system: http://pubs.acs.org/page/copyright/permissions.html.