Skip to main content

DINC: A new AutoDock-based protocol for docking large ligands

Abstract

Background

Using the popular program AutoDock, computer-aided docking of small ligands with 6 or fewer rotatable bonds, is reasonably fast and accurate. However, docking large ligands using AutoDock's recommended standard docking protocol is less accurate and computationally slow.

Results

In our earlier work, we presented a novel AutoDock-based incremental protocol (DINC) that addresses the limitations of AutoDock's standard protocol by enabling improved docking of large ligands. Instead of docking a large ligand to a target protein in one single step as done in the standard protocol, our protocol docks the large ligand in increments. In this paper, we present three detailed examples of docking using DINC and compare the docking results with those obtained using AutoDock's standard protocol. We summarize the docking results from an extended docking study that was done on 73 protein-ligand complexes comprised of large ligands. We demonstrate not only that DINC is up to 2 orders of magnitude faster than AutoDock's standard protocol, but that it also achieves the speed-up without sacrificing docking accuracy. We also show that positional restraints can be applied to the large ligand using DINC: this is useful when computing a docked conformation of the ligand. Finally, we introduce a webserver for docking large ligands using DINC.

Conclusions

Docking large ligands using DINC is significantly faster than AutoDock's standard protocol without any loss of accuracy. Therefore, DINC could be used as an alternative protocol for docking large ligands. DINC has been implemented as a webserver and is available at http://dinc.kavrakilab.org. Applications such as therapeutic drug design, rational vaccine design, and others involving large ligands could benefit from DINC and its webserver implementation.

Background

Modeling the structure of a protein-ligand complex is important for understanding the binding interactions between a potential medicinal compound (the ligand) and its therapeutic target (the protein). Moreover, such modeling aids in evaluating the thermodynamic stability of the complex. Computer-aided docking [1–4] is a technique that explores the motion space of the protein-ligand complex in order to compute energetically stable conformation(s) that model(s) the structure of the complex. In general, the exploration of the motion space is done by a sampling algorithm and the stability of a conformation of the complex is evaluated using a scoring or energy function that estimates the binding affinity of the complex. Several methods/programs have been developed for computer-aided docking (for example, [5–13]). Most docking programs treat the protein as a rigid structure and explore only the motion space of the ligand, which is composed of the rotational degrees of freedom (DoFs) of the ligand, and the translational and orientational DoFs. Docking small ligands with 6 or fewer rotatable bonds is in general very fast and accurate [14, 15]. However, as the dimensionality of the motion space increases with large ligands, fast and accurate docking becomes very challenging.

Tackling the challenge of docking large ligands is important for designing putative drug compounds that have many rotatable bonds. Peptides or peptidomimetics [16, 17], which are essentially small chains of natural or modified amino acids connected together with peptide bonds, are one such class of compounds. Drug design based on the peptides or peptidomimetics is rapidly gaining traction in the pharmaceutical industry [18]. These compounds are becoming popular because of their low toxicity and high specificity. Interest in these compounds has also increased with the development of sophisticated manufacturing techniques. The number of peptides authorized by the United States Food and Drug Administration is increasing at an annual rate of 8% and it is projected that the market for the peptide-based drugs will be huge [19]. Clearly, accurate and fast docking of peptides and peptidomimetic compounds will be very useful.

A method for accurate and fast docking of large ligands could also be useful for rational vaccine design. Recognition of epitopes or peptide fragments (from antigenic proteins) bound to Major Histocompatibilty Complex (MHC) molecules triggers T-cells mediated immune response. Predicting the peptide fragments that bind to the MHC molecules is crucial for developing antigen-specific vaccines [20, 21]. Computational prediction of the peptide fragments that bind to the MHC molecules is thus an active area of research [22, 23]. Since a large number of peptide sequences and MHC molecules can potentially interact and form complexes leading to the immune response, there exists a pressing need for a computationally fast and accurate method for docking large ligands such as the peptide fragments.

Docking of large ligands such as peptides has been a focus of some methods (e.g., [22–25]). Tong et al.'s method [22] first docks two anchor residues corresponding to each end of the peptide and then uses loop closure [26] to compute the positions of the rest of the residues. The pDock method [23] uses the ICM docking program [6] to dock the peptide and a Monte Carlo procedure to refine the docked conformation of the peptide. Computational methods such as those by Sood et al. [27] and Raveh et al. [28] are aimed at de-novo design and docking of peptides, and use peptide fragments from the Protein Data Bank (PDB) [29] to build the novel peptide. The Viterbi algorithm for de-novo peptide design [30] places residue pairs on a pre-determined path in the binding cavity of the target protein and then docks the residue pairs using AutoDock [9]. Molecular Dynamics based approaches for protein-peptide docking have also been proposed [31, 32]. Although the methods described above have proven successful, they do not provide a general framework for docking large ligands as they make use of specific assumptions. For example, in the method by Tong et al. [22], it is assumed that the binding sub-pockets, where the anchor residues will bind, are approximately known. Other methods such as those based on Molecular Dynamics are computationally slow.

Our strategy for docking large ligands does not require us to make any assumptions about specific binding interactions (although such assumptions can be incorporated) and we are able to expedite computation time. We rely on the general docking framework of AutoDock [9, 33] which is an excellent, widely used non-commercial docking program. AutoDock typically performs a genetic algorithm based stochastic exploration of the motion space of a ligand while simultaneously minimizing an empirical scoring function. AutoDock docks small ligands, with 6 or fewer rotatable bonds, in an accurate and fast manner [15]. However, as a ligand becomes larger, the exploration of the motion space becomes more challenging and the accuracy deteriorates [14]. To improve accuracy, AutoDock's standard protocol for docking large ligands recommends a more exhaustive exploration of the motion space. This exhaustive exploration results in improved accuracy, but also a significant increase in the computational time. In our earlier work [34], we described an incremental docking protocol, henceforth called DINC, which was designed to address the limitations of AutoDock when docking large ligands. The incremental strategy adopted by DINC is similar in spirit to that used by several previously published docking methods [8, 10, 35–41]. DINC performs docking using AutoDock incrementally instead of in one single step. First, a fragment of the ligand is selected. It is then repeatedly docked and extended until all of the atoms comprising the ligand are docked. At each incremental step, AutoDock is used to dock a small subset of the bonds (and associated atoms) of the ligand and, thus, instead of exploring the full motion space of the ligand in one single step, DINC explores, at each increment, only a low-dimensional subspace of the full motion space. Since AutoDock is fast and accurate when docking a small ligand with a small number of rotatable bonds, DINC results in computationally fast docking of a large ligand by dividing the docking problem into smaller sub-problems.

This paper presents a detailed analysis of the docking performance of DINC and compares it with the docking performance of AutoDock's standard protocol. Three specific docking examples involving large ligands are presented which showcase different aspects of DINC. The results from an extended docking study are also presented. We also show that, when computing a docked conformation, DINC can also be used to restrain any part of the ligand to a specific binding sub-pocket based on either biological evidence or hypotheses related to specific binding interactions. We also show that in a docking application involving a large ligand, DINC can be used to quickly compute a docked conformation of the ligand which can then be refined. We finally introduce a webserver that is designed for docking large ligands with more than 6 rotatable bonds. The webserver uses DINC for docking and also includes the extension for setting up positional restraints. The analysis of the docking performance presented in this paper shows that docking of large ligands using DINC is significantly faster than AutoDock's standard protocol. Moreover this computational speed-up is achieved without sacrificing the docking accuracy that is obtained using the standard protocol.

Results and Discussion

In our earlier work [34], we presented an AutoDock-based [9, 33] incremental protocol (DINC) for docking large ligands. The central idea of DINC is to use AutoDock, in each incremental step, for exploring a maximum of 6 rotatable bonds of a large ligand. This is done because AutoDock is fast and accurate when exploring motion spaces that are low-dimensional. DINC proceeds in multiple steps until all the rotatable bonds of a large ligand are explored. In the first step, a fragment of the ligand comprising of 6 rotatable bonds and atoms directly moved by rotations around those bonds is picked. The fragment is docked using AutoDock, and a few conformations of the docked fragment are selected and then extended by adding a small number of rotatable bonds and atoms. The extended fragments are docked, a few conformations are selected and extended, and the process is repeated until no unexplored bonds remain. Here we present a detailed analysis of the docking performance of DINC, show how DINC can be used to apply restraints on the ligand while docking, and introduce a webserver.

Three representative examples

We first present results obtained from the docking of three large ligands to their respective target proteins. Each ligand was docked to the target protein using both DINC and AutoDock's standard docking protocol. The docking results illustrate the strengths and weaknesses of both docking protocols. Note that in this paper we focus on protein-ligand complexes for which experimentally derived structures are available in the PDB. This allows us to evaluate docking accuracy by computing the Root Mean Square Deviation (RMSD) between the conformation of the ligand computed by DINC and the conformation of the ligand from the PDB structure of the complex. Each docking protocol was given an unbound conformation of the ligand, the experimentally derived conformation of the target protein from the PDB structure of the protein-ligand complex, and the approximate location of the binding pocket. The binding pocket was defined by a three-dimensional rectangular box encompassing the binding pocket. Details are available in the Methods Section.

Each docking produced multiple docked conformations of the ligand as well as corresponding binding energy scores which were computed using AutoDock's scoring function. The conformations were ranked based on the scores, a lower scoring conformation was ranked higher. Since an experimentally derived conformation of the bound ligand (true conformation) is available, for each docked conformation of the ligand, a RMSD value was also computed. The RMSD value measures the distance between the docked conformation and the true conformation. The conformations were also ranked based on the RMSD values, a conformation with lower RMSD value was ranked higher. We will denote the highest ranked conformations based on the scores and the RMSD values as Top-scoring and Top-RMSD conformations respectively.

PDB ID 2FDP

This example illustrates the main strength of DINC: its ability to compute docked conformations in significantly shorter time with accuracy comparable to that achieved using AutoDock's standard protocol. The structure of the protein-ligand complex deposited in the PDB with ID 2FDP[42] contains a potential inhibitor of BACE-1 (beta amyloid precursor protein cleaving enzyme). BACE-1 is a beta-secretase implicated in Alzheimer's disease which is associated with deposition of amyloid-β peptide in the brain, and leads to the loss of brain function in Alzheimer's patients [43]. Inhibition of BACE-1 is therefore an important goal of the drug discovery community [44]. The potential inhibitor is a large ligand with 14 rotatable bonds. Docking of the ligand using AutoDock's standard docking protocol resulted in a Top-scoring conformation of the ligand that is at a RMSD distance of 1.43Å from the true conformation (see Figure 1A). The Top-scoring conformation of the ligand obtained using DINC is at a RMSD distance of 1.16Å (see Figure 1B). Thus, both protocols computed very accurate conformations with DINC performing slightly better. However, the strength of DINC is that it is significantly faster than the standard protocol: while the standard protocol used 9.77h to perform the docking, the docking time used by DINC was 0.45h. Note that all docking times are total CPU times, unless otherwise stated. Due to parallel implementation, the actual time used by DINC was 0.09h.

Figure 1
figure 1

Docking example: PDB ID 2FDP. Docking of a large ligand, with 14 rotatable bonds, to beta-secretase. The conformation of the ligand from the structure of the complex deposited in the PDB (ID 2FDP) is shown in green color. (A) Top-scoring conformation computed using AutoDock's standard docking protocol, (B) Top-scoring conformation computed using DINC.

PDB ID 2ER9

This example illustrates limitations of the scoring function and how these limitations affect docking. The scoring function is a major component of any computational prediction method as it provides a measure of the quality of prediction. Docking is no exception [45]. The sampling algorithm of a docking method explores the motion space of the ligand and computes many conformations. If a computed conformation is close to an experimentally observed one, then such a conformation can be identified only if the scoring function ranks it higher than the rest of the computed conformations. The structure deposited in the PDB with ID 2ER9[46] contains a statin-based inhibitor complexed with an aspartic proteinase. The inhibitor was designed to study the binding of such statin-based inhibitors to the aspartic proteinases, with the larger goal of achieving inhibition of the plasma proteinase renin for the purposes of lowering blood pressure in humans [47], thus, leading to the treatment of hypertension. The inhibitor is a very large ligand with 25 rotatable bonds. Docking of the ligand using AutoDock's standard docking protocol resulted in a Top-scoring conformation of the ligand that is at a RMSD distance of 6.57Ã… from the true conformation (see Figure 2A). The Top-scoring conformation of the ligand obtained using DINC is at a RMSD distance of 6.59Ã… (see Figure 2B). Figures 2A and 2B show that although the RMSD distances are similar, the Top-scoring conformation computed by DINC is qualitatively more accurate. The conformation computed by DINC overlaps well with the true conformation except that they are slightly offset from each other in the rigid body translation space. As expected the docking time used by DINC (1.32h) was significantly lower than that used by the standard protocol (23.35h).

Figure 2
figure 2

Docking example: PDB ID 2ER9. Docking of a large ligand, with 25 rotatable bonds, to aspartic proteinase. The conformation of the ligand from the structure of the complex deposited in the PDB (ID 2ER9) is shown in green color. (A) Top-scoring conformation computed using AutoDock's standard docking protocol, (B) Top-scoring conformation conformation computed using DINC, (C) Top-RMSD conformation computed using AutoDock's standard docking protocol, (D) Top-RMSD conformation computed using DINC.

It is interesting to note that comparison of the Top-RMSD conformations computed by DINC and the standard protocol, shows that DINC computed a conformation that was very close (RMSD = 1.87Ã…) to the true conformation (see Figure 2D). On the other hand, Top-RMSD conformation computed by the standard protocol was at a RMSD distance of 5.52Ã… from the true conformation (see Figure 2C). Thus, both protocols computed more accurate (RMSD-wise) Top-RMSD conformations as compared to the Top-scoring conformations. However, AutoDock's scoring function did not rank the Top-RMSD conformations higher than the Top-scoring conformations. Comparison of the RMSD values corresponding to the Top-RMSD conformations computed by DINC and the standard protocol shows that DINC clearly performed much better in this example.

PDB ID 1NDZ

This example represents a very challenging docking problem. The structure of the complex deposited in the PDB with ID 1NDZ[48] contains a ligand with 10 rotatable bonds in complex with adenosine deaminase which is an enzyme that is found in almost all human tissues. It is involved in purine metabolism [49] and is implicated in various immune system related diseases, including psoriasis, rheumatoid arthritis, and others [50]. The large ligand in this example is a highly potent inhibitor of adenosine deaminase. Docking of the ligand using AutoDock's standard docking protocol resulted in a Top-scoring conformation of the ligand that is at a RMSD distance of 9.62Ã… from the conformation deposited in the PDB (see Figure 3A). The Top-scoring conformation of the ligand obtained using DINC is at a RMSD distance of 9.71Ã… (see Figure 3B). The docking times required by DINC and the standard protocol were 0.29h and 8.10h respectively.

Figure 3
figure 3

Docking example: PDB ID 1NDZ. Docking of a large ligand, with 10 rotatable bonds, to adenosine deaminase. The conformation of the ligand from the structure of the complex deposited in the PDB (ID 1NDZ) is shown in green color. (A) Top-scoring conformation computed using AutoDock's standard docking protocol, (B) Top-scoring conformation computed using DINC, (C) Structure deposited in the PDB with the protein shown in stick representation (D) Structure deposited in the PDB with the protein shown in surface representation.

Even though DINC was significantly faster, the conformations obtained using both protocols were not accurate. The inaccuracy is a direct consequence of a well-known limitation of rigid docking programs [45, 51, 52]. Such programs do not account for protein flexibility and treat the protein as a rigid molecule. When the binding site of the protein deforms, docking with the rigid docking programs becomes challenging. This is the case with the protein-ligand complex 1NDZ. Docking accuracy suffers because the ligand is deeply buried in the binding site (see Figures 3C, D) which undergoes a conformational change upon binding that DINC, AutoDock, as well as other docking studies [48] are not able to predict. Thus, even though docking was not successful using DINC, its computational efficiency ensures that such difficult docking scenarios could be quickly identified. On the other hand, docking using the standard protocol, in this particular example, wastes the computational resources on a problem that is not tractable using rigid body docking.

Extended docking study

To more comprehensively evaluate the docking performance of DINC, we conducted an extended docking study. Five repeated docking experiments were performed on a dataset of 73 protein-ligand complexes compiled from the core set of the PDBbind database [53]. The 73 selected complexes have ligands with more than 6 rotatable bonds. In each docking experiment 73 ligands were docked to their respective proteins using DINC as well as AutoDock's standard protocol. The details of the docking experiment are presented in the Methods Section as well as in our earlier work [34]. Here we present the results from the docking performance evaluation and compare DINC with AutoDock's standard protocol. The following docking performance metrics were evaluated based on the docking results from each experiment:

  • DT which represents the total CPU time, averaged over the 5 repeated docking experiments, spent in docking the 73 ligands in a docking experiment,

  • RCSwhich represents the RMSD value, averaged over the 5 repeated docking experiments, corresponding to the Top-scoring conformation of a docked ligand,

  • R a C S which represents the average of 73 RCSvalues corresponding to the 73 ligands that were docked,

  • RCRwhich represents the RMSD value, averaged over the 5 repeated docking experiments, corresponding to the Top-RMSD conformation of a docked ligand,

  • R a C R which represents the average of 73 RCRvalues corresponding to the 73 ligands that were docked.

A comparison of DT values corresponding to the docking experiments done using DINC and AutoDock's standard protocol shows that DINC is significantly fast. While the standard protocol took 725.85 hours of total CPU time to dock 73 large ligands, DINC took 31.70 hours; DINC was able to dock approximately 23 times faster than the standard protocol. As described later in the Methods Section, DINC is easily parallelized. With a parallelized implementation, DINC is up to 2 orders of magnitude faster. Thus, use of DINC results in a massive increase of computational speed. Although computational methods usually entail a trade-off between computational speed and accuracy, our results show that in the case of DINC increase in computational speed is obtained without sacrificing accuracy.

The accuracy of a docking program is measured by its ability to sample a docked conformation of the ligand that is spatially close to the true conformation of the ligand from the experimentally derived structure of the protein-ligand complex and by its ability to assign a low score to the docked conformation, ideally the lowest score among all the sampled conformations. Figure 4 compares the docking accuracy of DINC and AutoDock's standard protocol. The figure shows the distribution of 73 RCS values corresponding to the lowest scoring docked conformations of the 73 ligands. The overall distributions are similar for both protocols which proves that the docking accuracy of the two protocols is similar. This is also reflected by the R a C S values (5.06Å for DINC and 5.17Å for AutoDock's standard protocol). In the case of the docking of a small ligand, a docked conformation that is within 2Å RMSD of the true conformation is considered very accurate. In the case of docking a large ligand, the accuracy criterion is sometimes relaxed [54, 55]. However, it is clear from Figure 4 that the number of Top-scoring docked conformations that are acceptably accurate (RMSD ≤ 4Å) is low.

Figure 4
figure 4

RMSD values of Top-scoring docked conformations. Distribution of RCS RMSD values obtained through docking experiments done using DINC and AutoDock's standard protocol. This figure appeared in [34].

The low number of accurate conformations can be due to two reasons: (a) an accurate docked conformation is not sampled due to insufficient exploration of the motion space, (b) an accurate docked conformation, although sampled, is not assigned the lowest score due to insufficient scoring function. To further investigate the reasons for the few acceptably accurate conformations, we analyzed the RCR values. These values correspond to the most accurate docked conformation of the ligand which might or might not be the lowest scoring conformation. A distribution plot of the RCR values computed from the docking experiments using DINC and AutoDock's standard protocol is shown in Figure 5. The distribution of the RCR values is similar for both protocols as also reflected by the R a C R values (3.01Ã… for DINC and 2.92Ã… for AutoDock's standard protocol). However, a comparison of distributions shown in Figures 4 and 5 illustrates that the number of docked conformations with low RCR values is higher than the number of docked conformations with low RCS values. In half of the cases for which an acceptably accurate docked conformation was sampled, it was not identified by AutoDock's scoring function as the lowest scoring conformation. The limitation of AutoDock's scoring function when estimating the binding affinity of complexes involving large ligands is, thus, evident. But the limitation of the scoring function is not the only reason for the low number of accurate conformations. Insufficient exploration of the motion space of the ligand is the other reason. Figure 5 also shows the distribution of the best results obtained after combining the results from two docking experiments that were done using DINC. Note that repeated experiments using DINC produced different results because of the stochasticity inherent in DINC. The distribution clearly illustrates the noticeable increase in the number of ligands for which acceptably accurate docked conformations were sampled. The two docking experiments combined still took an order of magnitude lesser computational time than the docking experiment done using AutoDock's standard protocol. Thus, DINC's advantage is that it can more exhaustively explore the motion space of the ligand, and it does so in significantly less time than AutoDock's standard protocol.

Figure 5
figure 5

RMSD values of Top-RMSD docked conformations. Distribution of RCR RMSD values obtained through docking experiments done using DINC, AutoDock's standard protocol, and through a docking experiment that combined docking results from 2 runs of DINC. This figure appeared in [34].

Restraints and molecular dynamics

A useful feature of DINC is that a positional restraint can be enforced on a part of the ligand. For example, we recently applied DINC to a modeling problem [56] involving large peptidomimetic compounds targeting the SH2 (src homology 2) domain of STAT3 (signal transducer and activator of transcription 3) [57], a protein that is implicated in a variety of human cancers [58, 59]. The peptidomimetic compounds contain a PTyr-Xaa-Yaa-Gln motif and the approximate location of the phosphorus atom (or phosphate group) contained in the phosphotyrosine (pTyr) residue is known. In such cases, where there is experimental evidence or a hypothesis regarding the approximate location of an atom of the ligand, DINC can exploit the positional restraint on the atom, thereby leading to a more accurate docking performance. As described in the Methods Section, DINC docks a large ligand incrementally where at each increment, it docks a fragment and then selects a few docked conformations for further docking. Thus, we can enforce a positional restraint on an atom of the ligand, by first picking it as a root atom (see Methods Section) and then, at each increment, selecting docked conformations of the fragments based on the following modified scoring function,

S = 0 . 25 D a + S A D ,
(1)

where, D a is the square of the Euclidean distance of the atom from its desired location, and S AD is the score computed by AutoDock's scoring function. The weight for D a has been assigned such that a large distance (D a > 10Ã…2) between the atom and its desired location is penalized by 2.5kcal/mol (the standard error in AutoDock's scoring function).

To refine the structure of a protein-ligand complex obtained through docking, Molecular Dynamics simulation [60] of the protein-ligand complex is often performed. DINC provides a computationally fast way of obtaining the starting conformation for refinement using Molecular Dynamics. In the context of the modeling problem involving the peptidomimetic compounds and STAT3, we recently described a modeling strategy [56] which uses DINC for computing docked conformations of the complexes, selects the best docked conformation using the scoring function described by equation 1, and then performs the molecular dynamics simulations. Through rigorous experiments we showed [56] that the modeling strategy was able to model accurate binding modes, thus demonstrating a very useful application of DINC.

Webserver

A webserver implementation of the DINC protocol is freely available at http://dinc.kavrakilab.org (see Figure 6). Although the webserver can be used for docking ligands both small and large, it is mainly aimed at users who are interested in docking large ligands with more than 6 rotatable bonds. The webserver can be used to quickly compute reasonably accurate docked conformations of such large ligands. The docked conformations can be used for further refinement with Molecular Dynamics [60] or can be used in a consensus docking scheme [12, 61] which combines the docking results from several methods to compute a consensus docking result. The webserver can be optionally used such that DINC can restrain an atom of the ligand to a desired location during the incremental docking process.

Figure 6
figure 6

DINC webserver. A webserver implementation of DINC is available at http://dinc.kavrakilab.org. The webserver takes as input a protein structure in pdb format and a ligand structure in mol2 format. Center and dimensions of the AutoDock grid, that encompasses the binding site, are specified. Both can either be specified in absolute terms or by using other options. For example, the grid dimensions can be specified based on the ligand as described in the Webserver Section. An atom of the ligand can also be restrained to a desired location as explained in the Restraints and Molecular Dynamics Section. The webserver outputs six docked conformations and corresponding AutoDock scores. Three of the six conformations are the conformations with the lowest AutoDock scores. The other three conformations are the representatives of the three largest clusters of the docked conformations.

The input to the webserver consists of a ligand structure in mol2 format and a protein structure in pdb format. To specify the binding site of the protein, the center and the dimensions of the AutoDock grid are also given as the input. The center can be the geometric center of either the ligand or the protein. It can also be specified in absolute terms. The dimensions of the grid are either specified in absolute terms or can be determined based on the ligand as described in the Methods Section. Restraints on an atom can be set up by specifying the name of the atom (as contained in the input ligand structure file) and the coordinates of the desired location of the atom. The webserver outputs six docked conformations and the corresponding AutoDock scores. Three conformations out of the six are the ones with the lowest AutoDock scores. The other three conformations represent the three largest clusters of all the docked conformations; each of the three conformations is the lowest scoring conformation in its respective cluster.

Conclusions

Computer-aided docking of large ligands, ligands with more than 5 or 6 rotatable bonds, is challenging [15]. Docking of any ligand requires the exploration of the motion space of the ligand. When the ligand has less than 5 or 6 rotatable bonds, most of the existing programs are able to dock the ligand in a fast and accurate manner. However, for a large ligand, the increased dimensionality of the motion space makes exploration for the docked conformation challenging and computationally slow. Like any other computational method, the docking program suffers from the trade-off between computational speed and accuracy. In this paper, we showed that improvements in the computer-aided docking of large ligands can be achieved by using our AutoDock-based incremental docking protocol, DINC, and we introduced a webserver implementation of DINC (Figure 6). The DINC webserver is available at http://dinc.kavrakilab.org.

We presented a detailed analysis of the strengths and weaknesses of DINC as compared to the standard protocol recommended for docking large ligands using AutoDock. We compared the docking performance of DINC and AutoDock's standard protocol using three representative docking examples which involved large ligands with 10, 14, and 25 rotatable bonds. We also presented the results from an extended docking study. Analysis of the docking results from the three specific examples, as well as the extended study, shows that DINC is on par with AutoDock regarding the extent of the ligand's motion space exploration. Both protocols are able to sample acceptably accurate conformations. However, DINC achieves the exploration of the motion space in 2 orders of magnitude less computational time compared to the standard protocol. Another important conclusion drawn from the docking results is that, even when acceptably accurate conformations are sampled, AutoDock's scoring function does not always rank them favorably.

DINC's accuracy saw improvement when positional restraints were imposed on an atom whose approximate location is known [56]. The improvement occurs because imposition of the positional restraints reduces the volume of the motion space that is explored by DINC. DINC easily incorporates the restraint information by selecting the initial fragment such that it contains the atom to be restrained, and by modifying the conformation selection criterion. At each increment, the conformations that have low AutoDock scores and have the atom close to its desired location, are preferentially selected. The option of restraining the ligand is available through the DINC webserver.

There are several applications for which DINC and the webserver can be used. Therapeutic drug design based on large compounds [62, 63] such as peptides, peptidomimetics, and others could benefit from the use of DINC. DINC can be used to quickly model the protein-ligand complex and to provide an understanding of potential binding interactions that can be exploited for improving the design of drug compounds. One such application of DINC was demonstrated in our recent work [56] on predicting binding modes of peptidomimetics in complex with a cancer target. Vaccine design is another application for which DINC could be used. Predicting the fragments of an antigenic peptide which can bind to the MHC molecules is of importance to the vaccine design process [20, 21]. DINC can be used for docking the fragments of the antigenic peptide in complex with the MHC molecule. The computed structures of the peptide-MHC complexes can then be evaluated using a scoring function that is specifically designed for estimating the binding affinities of such complexes. The lowest scoring candidate fragments can then be potentially used for further development in the vaccine design process. DINC can also be used within the framework of a consensus docking [12, 61] scheme which has been shown to improve docking performance. The consensus scheme combines docked conformations computed by multiple docking methods and evaluates them based on a scoring criterion that reflects the consensus between the scores generated by these methods. Quickly computed docking results using DINC could, therefore, be used in such a consensus scoring scheme along with the results from existing docking programs.

To further improve DINC, two major improvements are needed. As shown in Figures 4 and 5, for a large majority of protein-ligand complexes, acceptably accurate (RMSD ≤ 4.0Å) docked conformations were computed, but the scoring function did not rank them as the Top-scoring conformations. Since most of the docking programs are geared for small-molecule drug discovery, a scoring function, that is designed specifically for predicting the binding affinities of the complexes involving large ligands, is needed. Such a scoring function can be developed using empirical energy terms [13] and using statistical-regression based function approximation methods [64–66]. A major improvement is needed to model the flexibility of the target binding site; this is of critical importance when the holo and apo conformations of the binding site are significantly different [67]. In such a scenario, a rigid docking program is bound to fail as illustrated earlier in one of the representative examples (Figure 3). Accounting for protein flexibility is, thus, a major focus of our research efforts. Although there are some limitations to DINC, we have shown that it can be used in various applications to quickly explore the motion space of a large ligand and compute docked conformations efficiently.

Methods

The AutoDock-based incremental docking protocol DINC was introduced in our earlier work [34]. Here, we first present a brief overview of DINC for completeness purpose and then, using one of the three representative docking examples discussed earlier in the Results and Discussion Section, we show how the DINC webserver docks a large ligand.

Given a ligand, a protein, and the specifications of a bounding box that encompasses the binding site, DINC first processes the ligand and the protein which primarily includes assigning bonds of the ligand as rotatable or non-rotatable, and assigning atom types and charges. DINC then computes a torsion tree in which each edge represents a rotatable bond; if an edge connects node A to node B, then node B contains the set of atoms associated with the bond (i.e., the atoms that are directly moved by the rotation around the bond). The edges of the tree are ranked by the visit order in a breadth-first traversal of the tree. The root node of the tree contains a selected root atom and the atoms connected to the root atom by a sequence of non-rotatable bonds. A fragment of the ligand is selected, which comprises the atoms in the root node as well as the atoms associated with a small number of top-ranked rotatable bonds. The fragment is docked using AutoDock with parameter ga_num_evals set to 250000. A few lowest scoring docked conformations of the fragment are selected and are extended by adding the next few top-ranked rotatable bonds and the associated atoms. The extended conformations are docked again. In these dockings, only the rotational DoFs corresponding to the newly added bonds and some of the bonds that existed prior to the fragment extension are explored. A few of the lowest scoring docked conformations are selected, extended, and docked again. This is repeated until all of the rotatable bonds are explored and the associated atoms are docked.

Figure 7 explains how the docking of a large ligand proceeds after a conformation of the ligand and the protein are submitted to the DINC webserver. The conformations of the ligand and the protein are derived from the structure of the protein-ligand complex deposited in the PDB with ID 2FDP. The binding site is approximated by a three dimensional rectangular box (also known as AutoDock grid) and is determined based on the true conformation of the ligand from the complex. The grid is created such that it encompasses the true conformation and is then extended along each dimension [13]. The grid is centered at the geometric center of the ligand (9.67, -2.94, 48.36) and the x, y, and z dimensions of the grid are 76, 80, and 60 respectively. Note that when the true conformation of the ligand is unknown, the binding site can be either specified in absolute terms or based on the input conformation of the protein (as described in the Webserver Section).

Figure 7
figure 7

Docking a large ligand using DINC. Given a protein (in yellow color), a ligand (in purple color), and the approximate location of binding site (encompassed by the box), DINC docks the ligand incrementally. The protein and the ligand shown in this figure are derived from the structure of the protein-ligand complex deposited in the PDB with ID 2FDP. An initial fragment of the ligand is selected such that it has 6 rotatable bonds. The fragment is docked and 5 docked conformations are selected. These conformations are extended by adding 3 more bonds and atoms that are directly rotated by the 3 bonds. The extended conformations are docked, 5 of the docked conformations are selected and are then extended. This is repeated until the ligand is fully docked. As also shown in Figure 1, the docked conformation of the ligand is spatially close to the true conformation. For clarity, only one of the 5 selected conformations is shown at each step.

After processing of the ligand and the protein, the root atom is selected such that the first fragment of the ligand contains the highest number of hydrogen bond donors and acceptors combined. A random conformation of the ligand is generated so that the docking result is not influenced by the true conformation of the ligand that was input. From the ligand, a torsion tree is generated and as there are 14 rotatable bonds, they are assigned ranks 1 to 14. Atoms in the root node, plus the atoms associated with the bonds ranked from 1 to 6 are selected as the first fragment of the ligand. The first fragment is docked using AutoDock which produces 50 conformations of the first fragment in complex with the protein. Out of these 50 conformations, 5 lowest scoring conformations are selected. Each of the selected conformations is then extended by adding the atoms that are associated with the bonds ranked from 7 to 9. Now we freeze the rotational DoFs corresponding to the bonds ranked from 1 to 3, and dock the 5 extended conformations while exploring the rotational DoFs corresponding to the bonds ranked from 4 to 9. The docking of the 5 extended conformations is done in parallel for computational speed-up. Thus, we explore three newly added DoFs and re-explore three of the previously explored DoFs. The docking of each extended conformation produces 20 conformations, and out of the 100 total conformations produced, 5 lowest scoring conformations are selected. The selected conformations of the fragment are extended, and docked (in parallel) repeatedly. Thus, in two more iterations, rotational DoFs are explored for the bonds ranked from 7 to 12, and then for the bonds ranked from 10 to 14. After the DoFs corresponding to the 14 rotatable bonds are explored, we obtain 100 docked conformations of the full ligand as well as the corresponding AutoDock scores.

Each ligand in this work was docked using DINC as well as AutoDock's standard protocol. In the standard protocol, the AutoDock parameters ga_num_evals and ga_run were set to 25000000 and 50 respectively as is recommended for docking large ligands. The ligand and the protein were processed identically in dockings done using both the protocols. The 4.2 version of AutoDock was used and the experiments were done on a computing cluster (2304 total processor cores, each core runs at 2.83 GHz) at Rice University.

References

  1. Finn P, Kavraki LE: Computational approaches to drug design. Algorithmica 1999, 25(2–3):347–371. 10.1007/PL00008282

    Article  Google Scholar 

  2. Teodoro ML, Phillips GN Jr, Kavraki LE: Molecular docking: A problem with thousands of degrees of freedom. In Robotics and Automation, 2001. Proceedings 2001 ICRA. IEEE International Conference on, Volume 1. IEEE; 2001:960–965.

    Google Scholar 

  3. Anderson AC: The process of structure-based drug design. Chemistry & Biology 2003, 10(9):787–797. 10.1016/j.chembiol.2003.09.002

    Article  CAS  Google Scholar 

  4. Schneider G: Virtual screening: an endless staircase? Nature Reviews Drug Discovery 2010, 9(4):273–276. 10.1038/nrd3139

    Article  CAS  PubMed  Google Scholar 

  5. Kuntz I: A geometric approach to macromolecule-ligand interactions. Journal of Molecular Biology 1982, 161(2):269–288. 10.1016/0022-2836(82)90153-X

    Article  CAS  PubMed  Google Scholar 

  6. Abagyan R, Totrov M, Kuznetsov D: ICM-a new method for protein modeling and design: applications to docking and structure prediction from the distorted native conformation. Journal of Computational Chemistry 1994, 15(5):488–506. 10.1002/jcc.540150503

    Article  CAS  Google Scholar 

  7. Jones G, Willett P, Glen RC: Molecular recognition of receptor sites using a genetic algorithm with a description of desolvation. Journal of Molecular Biology 1995, 245: 43–53. 10.1016/S0022-2836(95)80037-9

    Article  CAS  PubMed  Google Scholar 

  8. Rarey M, Kramer B, Lengauer T, Klebe G: A fast exible docking method using an incremental construction algorithm. Journal of Molecular Biology 1996, 261(3):470–489. 10.1006/jmbi.1996.0477

    Article  CAS  PubMed  Google Scholar 

  9. Morris GM, Goodsell DS, Halliday RS, Huey R, Hart WE, Belew RK, Olson AJ: Automated docking using a Lamarckian genetic algorithm and an empirical binding free energy function. Journal of Computational Chemistry 1998, 19(14):1639–1662. 10.1002/(SICI)1096-987X(19981115)19:14<1639::AID-JCC10>3.0.CO;2-B

    Article  CAS  Google Scholar 

  10. Jain AN: Morphological similarity: a 3D molecular similarity method correlated with protein-ligand recognition. Journal of Computer-aided Molecular Design 2000, 14(2):199–213. 10.1023/A:1008100132405

    Article  CAS  PubMed  Google Scholar 

  11. Friesner RA, Banks JL, Murphy RB, Halgren TA, Klicic JJ, Mainz DT, Repasky MP, Knoll EH, Shelley M, Perry JK, Shaw DE, Francis P, Shenkin PS: Glide: a new approach for rapid, accurate docking and scoring. 1. Method and assessment of docking accuracy. Journal of Medicinal Chemistry 2004, 47(7):1739–1749. 10.1021/jm0306430

    Article  CAS  PubMed  Google Scholar 

  12. Plewczynski D, Laniewski M, Grotthuss MV, Rychlewski L, Ginalski K: VoteDock: Consensus docking method for prediction of protein-ligand interactions. Journal of Computational Chemistry 2011, 32(4):568–581. 10.1002/jcc.21642

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Trott O, Olson AJ: AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization, and multithreading. Journal of Computational Chemistry 2010, 31(2):455–461.

    PubMed Central  CAS  PubMed  Google Scholar 

  14. Hetényi C, van der Spoel D: Efficient docking of peptides to proteins without prior knowledge of the binding site. Protein Science 2002, 11(7):1729–1737.

    Article  PubMed Central  PubMed  Google Scholar 

  15. Plewczynski D, Lziniewski M, Augustyniak R, Ginalski K: Can we trust docking results? Evaluation of seven commonly used programs on PDBbind database. Journal of Computational Chemistry 2011, 32(4):742–755. 10.1002/jcc.21643

    Article  CAS  PubMed  Google Scholar 

  16. McMurray JS: Structural basis for the binding of high affinity phosphopeptides to Stat3. Peptide Science 2007, 90: 69–79.

    Article  Google Scholar 

  17. Mandal PK, Gao F, Lu Z, Ren Z, Ramesh R, Birtwistle JS, Kaluarachchi KK, Chen X, Bast RC Jr, Liao WS, et al.: Potent and selective phosphopeptide mimetic prodrugs targeted to the Src Homology 2 (SH2) domain of signal transducer and activator of transcription 3. Journal of Medicinal Chemistry 2011, 54(10):3549. 10.1021/jm2000882

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  18. Bellmann-Sickert K, Beck-Sickinger AG: Peptide drugs to target G protein-coupled receptors. Trends in Pharmacological Sciences 2010, 31(9):434–441. 10.1016/j.tips.2010.06.003

    Article  CAS  PubMed  Google Scholar 

  19. Vlieghe P, Lisowski V, Martinez J, Khrestchatisky M: Synthetic therapeutic peptides: science and market. Drug discovery Today 2010, 15: 40–56. 10.1016/j.drudis.2009.10.009

    Article  CAS  PubMed  Google Scholar 

  20. Sette A, Fikes J: Epitope-based vaccines: an update on epitope identification, vaccine design and delivery. Current Opinion in Immunology 2003, 15(4):461–470. 10.1016/S0952-7915(03)00083-9

    Article  CAS  PubMed  Google Scholar 

  21. Pietersz G, Pouniotis D, Apostolopoulos V: Design of Peptide-Based Vaccines for Cancer. Current Medicinal Chemistry 2006, 13(14):1591–1607. 10.2174/092986706777441922

    Article  CAS  PubMed  Google Scholar 

  22. Tong JC, Tan TW, Ranganathan S: Modeling the structure of bound peptide ligands to major histocompatibility complex. Protein Science 2004, 13(9):2523–2532. 10.1110/ps.04631204

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Khan JM, Ranganathan S: pDOCK: a new technique for rapid and accurate docking of peptide ligands to major histocompatibility complexes. Immunome Research 2010, 6(Suppl 1):S2. 10.1186/1745-7580-6-S1-S2

    Article  PubMed Central  PubMed  Google Scholar 

  24. Niv MY, Weinstein H: A exible docking procedure for the exploration of peptide binding selectivity to known structures and homology models of PDZ domains. Journal of the American Chemical Society 2005, 127(40):14072–14079. 10.1021/ja054195s

    Article  CAS  PubMed  Google Scholar 

  25. Antes I, Siu SWI, Lengauer T: DynaPred: a structure and sequence based method for the prediction of MHC class I binding peptide sequences and conformations. Bioinformatics 2006, 22(14):e16-e24. 10.1093/bioinformatics/btl216

    Article  CAS  PubMed  Google Scholar 

  26. Sali A, Blundell TL: Comparative protein modelling by satisfaction of spatial restraints. Journal of Molecular Biology 1993, 234(3):779–815. 10.1006/jmbi.1993.1626

    Article  CAS  PubMed  Google Scholar 

  27. Sood VD, Baker D: Recapitulation and design of protein binding peptide structures and sequences. Journal of Molecular Biology 2006, 357(3):917–927. 10.1016/j.jmb.2006.01.045

    Article  CAS  PubMed  Google Scholar 

  28. Raveh B, London N, Schueler-Furman O: Rosetta FlexPepDock ab-initio: simultaneous folding, docking and refinement of peptides onto their Receptors. PLoS ONE 2011, 6(4):e18934. 10.1371/journal.pone.0018934

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  29. Berman HM, Westbrook J, Feng Z, Gilliland G, Bhat TN, Weissig H, Shindyalov IN, Bourne PE: The Protein Data Bank. Nucleic Acids Research 2000, 28: 235–242. 10.1093/nar/28.1.235

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Unal EB, Gursoy A, Erman B: VitAL: Viterbi algorithm for de novo peptide design. PloS ONE 2010, 5(6):e10926. 10.1371/journal.pone.0010926

    Article  PubMed Central  PubMed  Google Scholar 

  31. Antes I: DynaDock: a new molecular dynamics-based algorithm for protein-peptide docking including receptor exibility. Proteins: Structure, Function, and Bioinformatics 2010, 78(5):1084–1104. 10.1002/prot.22629

    Article  CAS  Google Scholar 

  32. Brown CJ, Dastidar SG, Quah ST, Lim A, Chia B, Verma CS: C-Terminal substitution of MDM2 interacting peptides modulates binding affinity by distinctive mechanisms. PLoS ONE 2011, 6(8):e24122. 10.1371/journal.pone.0024122

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Morris GM, Huey R, Lindstrom W, Sanner MF, Belew RK, Goodsell DS, Olson AJ: AutoDock4 and AutoDockTools4: automated docking with selective receptor exibility. Journal of Computational Chemistry 2009, 30(16):2785–2791. 10.1002/jcc.21256

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Dhanik A, McMurray JS, Kavraki L: AutoDock-based incremental docking protocol to improve docking of large ligands. IEEE International Conference on Bioinformatics and Biomedicine Workshops (BIBMW) 2012, 48–55.

    Google Scholar 

  35. Böhm HJ: The computer program LUDI: a new method for the de novo design of enzyme inhibitors. Journal of Computer-Aided Molecular Design 1992, 6: 61–78. 10.1007/BF00124387

    Article  PubMed  Google Scholar 

  36. Bohacek RS, McMartin C: Multiple highly diverse structures complementary to enzyme binding sites: results of extensive application of a de novo design method incorporating combinatorial growth. Journal of the American Chemical Society 1994, 116(13):5560–5571. 10.1021/ja00092a006

    Article  CAS  Google Scholar 

  37. Eisen MB, Wiley DC, Karplus M, Hubbard RE: HOOK: a program for finding novel molecular architectures that satisfy the chemical and steric requirements of a macromolecule binding site. Proteins: Structure, Function, and Bioinformatics 1994, 19(3):199–221. 10.1002/prot.340190305

    Article  CAS  Google Scholar 

  38. Wang J, Kollman PA, Kuntz ID: Flexible ligand docking: a multistep strategy approach. Proteins: Strcuture, Function, and Bioinformatics 1999, 36: 1–19. 10.1002/(SICI)1097-0134(19990701)36:1<1::AID-PROT1>3.0.CO;2-T

    Article  CAS  Google Scholar 

  39. Jackson RM: Q-fit: a probabilistic method for docking molecular fragments by sampling low energy conformational space. Journal of Computer-aided Molecular Design 2002, 16: 43–57. 10.1023/A:1016307520660

    Article  CAS  PubMed  Google Scholar 

  40. Ewing TJ, Makino S, Skillman AG, Kuntz ID: DOCK 4.0: search strategies for automated molecular docking of exible molecule databases. Journal of Computer-Aided Molecular Design 2001, 15(5):411–428. 10.1023/A:1011115820450

    Article  CAS  PubMed  Google Scholar 

  41. Sauton N, Lagorce D, Villoutreix BO, Miteva MA: MS-DOCK: accurate multiple conformation generator and rigid docking protocol for multi-step virtual ligand screening. BMC Bioinformatics 2008, 9: 184. 10.1186/1471-2105-9-184

    Article  PubMed Central  PubMed  Google Scholar 

  42. Yang W, Lu W, Lu Y, Zhong M, Sun J, Thomas AE, Wilkinson JM, Fucini RV, Lam M, Randal M, et al.: Aminoethylenes: a tetrahedral intermediate isostere yielding potent inhibitors of the aspartyl protease BACE-1. Journal of Medicinal Chemistry 2006, 49(3):839–842. 10.1021/jm0509142

    Article  CAS  PubMed  Google Scholar 

  43. Hardy J, Selkoe DJ: The amyloid hypothesis of Alzheimer's disease: progress and problems on the road to therapeutics. Science 2002, 297(5580):353–356. 10.1126/science.1072994

    Article  CAS  PubMed  Google Scholar 

  44. Vassar R: Bace 1. Journal of Molecular Neuroscience 2004, 23: 105–113. 10.1385/JMN:23:1-2:105

    Article  CAS  PubMed  Google Scholar 

  45. Dhanik A, Kavraki LE: Protein-ligand interactions: computational docking. In eLS. John Wiley & Sons, Ltd; 2012.

    Google Scholar 

  46. Cooper J, Foundling S, Blundell T, Boger J, Jupp R, Kay J: X-ray studies of aspartic proteinase-statine inhibitor complexes. Biochemistry 1989, 28(21):8596–8603. 10.1021/bi00447a049

    Article  CAS  PubMed  Google Scholar 

  47. Wood JM, Schnell CR, Cumin F, Menard J, Webb RL: Aliskiren, a novel, orally effiective renin inhibitor, lowers blood pressure in marmosets and spontaneously hypertensive rats. Journal of Hypertension 2005, 23(2):417–426. 10.1097/00004872-200502000-00025

    Article  CAS  PubMed  Google Scholar 

  48. Terasaka T, Kinoshita T, Kuno M, Nakanishi I: A highly potent non-nucleoside adenosine deaminase inhibitor: Efficient drug discovery by intentional lead hybridization. Journal of the American Chemical Society 2004, 126: 34–35. 10.1021/ja038606l

    Article  CAS  PubMed  Google Scholar 

  49. Moriwaki Y, Yamamoto T, Higashino K: Enzymes involved in purine metabolism-a review of histochemical localization and functional implications. Histology and Histopathology 1999, 14(4):1321–1340.

    CAS  PubMed  Google Scholar 

  50. Haskó G, Linden J, Cronstein B, Pacher P: Adenosine receptors: therapeutic aspects for inammatory and immune diseases. Nature Reviews Drug Discovery 2008, 7(9):759–770. 10.1038/nrd2638

    Article  PubMed Central  PubMed  Google Scholar 

  51. Teodoro ML, Kavraki L: Conformational exibility models for the receptor in structure based drug design. Current Pharmaceutical Design 2003, 9(20):1635–1648. 10.2174/1381612033454595

    Article  CAS  PubMed  Google Scholar 

  52. Teodoro ML, Phillips GN Jr, Kavraki LE: Understanding protein exibility through dimensionality reduction. Journal of Computational Biology 2003, 10(3–4):617–634. 10.1089/10665270360688228

    Article  CAS  PubMed  Google Scholar 

  53. Wang R, Fang X, Lu Y, Yang CY, Wang S: The PDBbind database: methodologies and updates. Journal of Medicinal Chemistry 2005, 48(12):4111–4119. 10.1021/jm048957q

    Article  CAS  PubMed  Google Scholar 

  54. Méndez R, Leplae R, De Maria L, Wodak SJ: Assessment of blind predictions of protein-protein interactions: current status of docking methods. Proteins: Structure, Function, and Bioinformatics 2003, 52: 51–67. 10.1002/prot.10393

    Article  Google Scholar 

  55. Verschueren E, Vanhee P, Rousseau F, Schymkowitz J, Serrano L: Protein-Peptide Complex Prediction through Fragment Interaction Patterns. Structure 2013, 21(5):789–797. 10.1016/j.str.2013.02.023

    Article  CAS  PubMed  Google Scholar 

  56. Dhanik A, McMurray JS, Kavraki LE: Binding modes of peptidomimetics designed to inhibit STAT3. PloS ONE 2012, 7(12):e51603. 10.1371/journal.pone.0051603

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  57. Becker S, Groner B, Müller CW: Three-dimensional structure of the Stat3 β homodimer bound to DNA. Nature 1998, 394(6689):145–51. 10.1038/28101

    Article  CAS  PubMed  Google Scholar 

  58. Bowman T, Garcia R, Turkson J, Jove R: STATs in oncogenesis. Oncogene 2000, 19(21):2474–2488. 10.1038/sj.onc.1203527

    Article  CAS  PubMed  Google Scholar 

  59. Hua Y, Jove R: The STATs of cancer - new molecular targets come of age. Nature Reviews Cancer 2004, 4(2):97–105. 10.1038/nrc1275

    Article  Google Scholar 

  60. Karplus M, McCammon JA: Molecular dynamics simulations of biomolecules. Nature Structural & Molecular Biology 2002, 9(9):646–652. 10.1038/nsb0902-646

    Article  CAS  Google Scholar 

  61. Teramoto R, Fukunishi H: Supervised Consensus Scoring for Docking and Virtual Screening. Journal of Chemical Information and Modeling 2007, 47(2):526–534. 10.1021/ci6004993

    Article  CAS  PubMed  Google Scholar 

  62. Coleman DR, Ren Z, Mandal PK, Cameron AG, Dyer Ga, Muranjan S, Campbell M, Chen X, McMurray JS: Investigation of the binding determinants of phosphopeptides targeted to the SRC homology 2 domain of the signal transducer and activator of transcription 3. Development of a high-affinity peptide inhibitor. Journal of Medicinal Chemistry 2005, 48(21):6661–6670. 10.1021/jm050513m

    Article  CAS  PubMed  Google Scholar 

  63. Mandal PK, Limbrick D, Coleman DR, Dyer Ga, Ren Z, Birtwistle JS, Xiong C, Chen X, Briggs JM, McMurray JS: Conformationally constrained peptidomimetic inhibitors of signal transducer and activator of transcription 3: Evaluation and molecular modeling. Journal of Medicinal Chemistry 2009, 52(8):2429–2442. 10.1021/jm801491w

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  64. Setiono R, Leow W, Zurada J: Extraction of rules from artificial neural networks for nonlinear regression. IEEE Transactions on Neural Networks 2002, 13(3):564–577. 10.1109/TNN.2002.1000125

    Article  CAS  PubMed  Google Scholar 

  65. Smola A, Schölkopf B: A tutorial on support vector regression. Statistics and computing 2004, 14(3):199–222.

    Article  Google Scholar 

  66. Hastie T, Tibshirani R, Friedman J: The elements of statistical learning: Data mining, inference, and prediction. 2nd edition. Springer Verlag; 2009.

    Book  Google Scholar 

  67. Yao P, Dhanik A, Marz N, Propper R, Kou C, Liu G, Van Den Bedem H, Latombe JC, Halperin-Landsberg I, Altman RB: Efficient algorithms to explore conformation spaces of exible protein loops. IEEE/ACM Transactions on Computational Biology and Bioinformatics 2008, 5(4):534–545.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This work has been supported in part by a training fellowship from the Keck Center Computational Cancer Biology Training Program of the Gulf Coast Consortia (CPRIT RP101489), The Texas Higher Education Coordinating Board (NHARP 01907), The National Science Foundation (NSF ABI-0960612), The National Cancer Institute (RO1 CA096652), The John and Ann Doerr Fund for Computational Biomedicine at Rice University, and the Data Analysis and Visualization Cyberinfrastructure funded by NSF under grant OCI-0959097.

Declarations

The publication costs for this article were funded by the corresponding author.

This article has been published as part of BMC Structural Biology Volume 13 Supplement 1, 2013: Selected articles from the Computational Structural Bioinformatics Workshop 2012. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcstructbiol/supplements/13/S1.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Lydia E Kavraki.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

AD, JSM, and LK developed the concepts and the method. AD developed the experiments and analyzed the data. AD, JSM, and LK interpreted the results and wrote the manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Cite this article

Dhanik, A., McMurray, J.S. & Kavraki, L.E. DINC: A new AutoDock-based protocol for docking large ligands. BMC Struct Biol 13 (Suppl 1), S11 (2013). https://doi.org/10.1186/1472-6807-13-S1-S11

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1472-6807-13-S1-S11

Keywords