Skip to main content

LIGSITEcsc: predicting ligand binding sites using the Connolly surface and degree of conservation

Abstract

Background

Identifying pockets on protein surfaces is of great importance for many structure-based drug design applications and protein-ligand docking algorithms. Over the last ten years, many geometric methods for the prediction of ligand-binding sites have been developed.

Results

We present LIGSITEcsc, an extension and implementation of the LIGSITE algorithm. LIGSITEcscis based on the notion of surface-solvent-surface events and the degree of conservation of the involved surface residues. We compare our algorithm to four other approaches, LIGSITE, CAST, PASS, and SURFNET, and evaluate all on a dataset of 48 unbound/bound structures and 210 bound-structures. LIGSITEcscperforms slightly better than the other tools and achieves a success rate of 71% and 75%, respectively.

Conclusion

The use of the Connolly surface leads to slight improvements, the prediction re-ranking by conservation to significant improvements of the binding site predictions. A web server for LIGSITEcscand its source code is available at scoppi.biotec.tu-dresden.de/pocket.

Background

In most cellular processes, proteins interact with other molecules to perform their biological functions. These interactions include the binding of ligands in receptor sites, the binding of antibodies to antigens, protein-DNA interactions, and protein-protein interactions. Shape complementarity has long been recognized as a major factor in these interactions [1–4]. The protein surface can form pockets, which are binding sites of small molecule ligands. The determination of pockets on protein surface is therefore a prerequisite for protein-ligand docking and an important step in structure-based drug design. In the last decade, many computational methods have been developed to predict and analyze protein-ligand binding sites. Many such as POCKET [5], LIGSITE [6], SURFNET [7], CAST [8], and PASS [9] use pure geometric characteristics and do not require any knowledge of the ligands.

One of the first methods, POCKET [5], introduced the idea of protein-solvent-protein events as key concept for the identification (see Fig. 1a). The protein is mapped onto a 3D grid. A grid point is part of the protein if it is within 3 Ã… of an atom coordinate; otherwise it is solvent. Next, the x, y, and z-axes are scanned for pockets, which are characterized as a sequence of grid points, which start and end with the label protein and a period of solvent grid points in between. These sequences are called protein-solvent-protein events. Only grid points that exceed a threshold of protein-solvent-protein events are retained for the final pocket prediction. Since the definition of a pocket in POCKET is dependent on the angle of rotation of the protein relative to the axes, LIGSITE extends POCKET by scanning along the four cubic diagonals in addition to the x, y and z directions. LIGSITE was originally tested on 10 receptor-ligand complexes of which 7 bind in the largest, 2 in the second largest, and 1 in the third largest predicted pocket.

Figure 1
figure 1

Pocket identification methods. a. POCKET, LIGSITE, and LIGSITEcscscan the grid for protein-solvent-protein and surface-solvent-surface events, respectively. POCKET uses 3, LIGSITE and LIGSITEcsc7 directions. POCKET and LIGSITE use atom coordinates while LIGSITEcscuses the Connolly surface. b. SURFNET places a sphere, which must not contain any atoms, between two atoms. The spheres with maximal volume define the largest pocket. c. CAST triangulates the surface atoms and clusters triangles by merging small triangles to neighbouring large triangles. d. PASS coats the protein with probe spheres, selects probes with many atom contacts, and then repeats coating until no new probes are kept. The pockets, or active site points, are the probes with large number of atom contacts.

To further improve these results, we introduce two extensions to LIGSITE: First, instead of capturing protein-solvent-protein events, we capture the more accurate surface-solvent-surface events using the protein's Connolly surface [10], and not the protein's atoms. We call this extension LIGSITEcs(cs = Connolly surface). Second, we re-rank the pockets identified by the surface-solvent-surface events by the degree of conservation of the involved surface residues. We call this extension LIGSITEcsc(csc = Connolly surface and conservation).

Three other approaches to pocket detection are SURFNET, CAST, and PASS. In SURFNET [7], the key idea is that a sphere, which separates two atoms and which does not contain any atoms, defines a pocket (see Fig. 1b). First, a sphere is placed so that the two given atoms are on opposite sides on the sphere's surface. If the sphere contains any other atoms, it is reduced in size until no more atoms are contained. Only spheres, which are between a radius of 1 to 4 Ã… are kept. The result of this procedure is a number of separate groups of interpenetrating spheres, called gap regions, both inside the protein and on its surface, which correspond to the protein's cavities and clefts. SURFNET was used to analyze 67 enzyme-ligand structures and the ligand is bound in the largest pockets in 83% of the cases [11].

CAST [8, 12] computes a triangulation (see Fig. 1c) of the protein's surface atoms using alpha shapes [13, 14]. In the next step, triangles are grouped by letting small triangle flow towards neighbouring larger triangles, which act as sinks. The pocket is then defined as collection of empty triangles. CAST was tested on 51 of 67 enzyme-ligand complexes used for SURFNET [11]. CAST achieves a success rate of 74%.

PASS [9] uses probe spheres to fill cavities layer by layer (see Fig. 1d). First, an initial coating of the protein with probe spheres is calculated. Each probe has a burial count, which counts the number of atoms within 8 Ã… distance. Only probes with count above a threshold are retained. This procedure is iterated until a layer produces no new buried probe spheres. Then each probe is assigned a probe weight, which is proportional to the number of probe spheres in the vicinity and the extent to which they are buried. Finally, a small number of active site points (ASP) are selected by identifying the central probes in regions that contain many spheres with high burial count. The final active site points are determined by cycling through the probes in descending order of probe weight, keeping only those above a threshold and farther than 8 Ã… apart from each other. Finally, the retained active site points are ranked by probe weight.

Besides the purely geometric methods above, there are methods, which take additional information into account to re-rank predictions. SURFNET's predictions were refined by considering the degree of residue conservation in the pocket [15]. Q-SITEFINDER [16] uses the interaction energy between the protein and a simple van Waals probe to locate energetically favorable binding sites.

The ultimate goal of ligand-binding sites prediction methods is to find active sites on uncharacterized structures. Therefore, it is of great importance to test and validate the methods on sufficiently large data sets. To this end, we use 210 bound structures from the Protein Ligand Database (PLD) [17] and 48 bound/unbound structures from [16] and [9].

Implementation

Algorithm

LIGSITEcscis an extension of LIGSITE. Instead of defining protein-solvent-protein events on the basis of atom coordinates, it uses the Connolly surface and defines surface-solvent-surface events. The algorithm proceeds as follows: First, the protein is projected onto a 3D grid. In order to minimize the necessary grid size, we apply principal component analysis so that the principal axis of the protein aligns with the x-axis, the second principal axis with the y-axis and the third with the z-axis. For the grid we use a step size of 1.0 Ã…. The rotation does not affect the quality of the results (data not shown), it only minimizes the necessary grid size. Second, grid points are labelled as protein, surface, or solvent using the following rules: A grid point is marked as protein if there is at least one atom within 1.6 Ã…. Next, the solvent excluded surface is calculated using the Connolly algorithm [10] and the surface vertices' coordinates are stored. In the Connolly algorithm, a hypothetical probe sphere (usual radius 1.4 Ã…) rolls over the protein. The Connolly surface is a combination of the van der Waals surface of the protein and the probe spheres surface, if the probe is in contact with more than one atom. A grid point is marked as surface if a surface vertex is within 1.0 Ã…. Note, that the distance thresholds ensure that all surface grid points are also labelled as protein. All other grid points are marked as solvent. Consider Fig. 1a. A sequence of grid points, which starts and ends with surface grid points and which has solvent grid points in between, is called a surface-solvent-surface event. LIGSITEcscscans the x, y, z directions and four cubic diagonals for such surface-solvent-surface events. If the number of surface-solvent-surface events of a solvent grid exceeds a minimal threshold (MINSSS, 6 in this work), then this grid is marked as pocket. Finally, all pocket grid points are clustered according to their spatial proximity. I.e. if a pocket grid point is within 3.0 Ã… to a pocket grid point cluster, it is added to this cluster. Otherwise, it becomes a new cluster. Next, the clusters are ranked by the number of grid points in the cluster. The top three clusters are retained and their centers of mass are used to represent the predicted pocket sites. This first extension to the basic LIGSITE algorithm is called LIGSITEcs. For LIGSITEcsc, the top 3 pocket sites are re-ranked according to the degree of conservation of the involved surface residues. To be precise, the conservation score is the average conservation of all residues within a sphere of certain radius (8 Ã… here) of the center of mass of the cluster. The conservation score for each residue in a given protein is obtained from the ConSurf-HSSP database [18].

LIGSITE, PASS, CAST, SURFNET implementations

In order to compare LIGSITEcscto LIGSITE, LIGSITE is implemented as well and the same parameters are used in both methods. A CAST pymol plugin was downloaded from cast.engr.uic.edu/cast/, PASS executable binaries (version 1.1) were requested from its authors and the SURFNET source code was obtained from http://www.biochem.ucl.ac.uk/~roman/surfnet/surfnet.html.

Datasets

To validate the binding site predictions we use two benchmark datasets of bound-only and bound/unbound structures. For the bound dataset, we use the Protein Ligand Database PLD [17], which is the largest hand-curated database containing all the protein-ligand complex structures available in the PDB. Currently, it has 485 protein ligand complexes (PLD v1.3). We removed redundant structures and selected those having conservation scores in the ConSurf-HSSP database (small peptides are not considered as ligand for 16 out of the 485 PLD structures). The result is a set of 210 structures (PDB codes are listed in the supplementary data table 6).

For a realistic evaluation, which takes into account flexibility of structures, we need bound and unbound structures. The predictions are made for the unbound structure and are checked against the bound structure. [19] presented a large test set of 305 ligand-bound protein complexes. Among these 305 structures, [16] created a data set of 35 structurally distinct proteins, for which there are also unbound structures. Additionally, [9] created a data set of 20 bound/unbound protein structures. The structure 2er6 is ignored since no ligand is found in the current PDB entry. Furthermore, there are five examples occurring in both data sets: 1stp, 2ypi, 1rbp, 1ifb, 3ptb and 5cpa. As a result, we have 48 bound/unbound structures on which we test LIGSITEcsc, LIGSITE, PASS, CAST and SURFNET (see more details about 48 structures in the supplementary material, table 4 and 5).

Table 1 Success rates for 48 unbound/bound structures (percentage).

In 28 (57%) cases, the five methods predict the same pockets as binding sites. Fig. 2 on the left shows such an example. These pocket sites are spatially similar and they are all the biggest pockets corresponding to the ligand binding sites. Fig. 2 on the right shows a case where all methods fail, since the binding site is nearly flat, so that the assumption that the ligand binds at a large pocket, does not hold.

Figure 2
figure 2

Left: Hen egg-white lysozyme with its ligand Tri-N-Acetylchitotriose (PDB 1hel). The ligand binds in a deep pocket and all algorithms correctly predict the binding site. red: LIGSITEcsc, blue: LIGSITE, cyan: PASS, yellow: SURFNET, orange: CAST. Right: Hexameric insulin with its ligand methylparaben (PDB 6ins). The binding site of the ligand is unusually flat and therefore none of the methods detects it correctly.

To further validate the algorithms, LIGSITEcsc, LIGSITE, SURFNET, and PASS are tested on non-redundant bound structures of 210 protein-ligand complexes from the Protein Ligand Database. CAST is not evaluated since we only get a Pymol plugin for it, which has to be used manually. As summarized in Table 2, LIGSITEcscperforms slightly better than the others and achieves an overall success rate of 75% for top 1 predictions.

Table 2 Success rates for 210 bound structures.

The predicted pocket sites are classified into four classes following [11]: the ligand binding sites is the first, second, third largest pocket or none of these. Table 3 shows the percentage for these four classes, as well as the average and the stadard deviation of the size of the pocket sizes in term of the number of pocket grid points. The goal of re-ranking by conservation is to bring hits found in the second and third largest pocket to rank 1. The ratio of the largest pocket to the second largest for a given protein approximately indicates how unusually large the largest pocket is. For binding sites in the largest pocket the ratio is greater than for binding sites in the second and third largest pocket. To put it differently, if the largest pocket is significantly larger than the others, then it is likely the binding site, otherwise the other two pockets are likely, too. There are 27 cases in the fourth class that the ligand does not bind to any of the top 3 pocket sites (see Table 3). Among these 27 structures, there are 11 cases that the ligan-binding site is around a small pocket and the ranking of this site in LIGSITEcsis behind 3. Ligsitecs fails to identify binding sites for the other 16 structures. However, among these 16 cases there are 12 proteins that the ligand-binding site is near the biggest pocket. LIGSITEcscan identify these pocket sites at the top 1 if the distance threshold is set to 8.5 Ã…. The ligand-binding site is geometrical flat for only 4 cases (1ac0,1l82,1rgk and 2msb). However, the binding site is more conserved than the rest of the surface except for 1182 in these 4 cases. None of the geometrical methods can detect such flat binding sites.

Table 3 Numbers of protein in each class for 210 bound structures.
Table 4 Comparison of LIGSITEcsc, LIGSITE, PASS, SURFNET, CAST on 48 unbound structures.
Table 5 Overview of the data set of 48 bound/unbound structures.
Table 6 The PDB code of 210 protein-ligand complexes taken from the PLD database.

The structures are prepared as follows: All solvent molecules including phosphate, sulphate and metal ions are ignored in the unbound structures. Next, the bound and unbound structures are aligned using PyMol [20]. Note, that the choice of structural alignment algorithm is not significant, as nearly identical structures are aligned, which only differ in some conformational changes. After each tool predicts ligand binding sites the predictions have to be rated. This is a difficult task as the methods follow different approaches and use different evaluation methods. For example, [6] measure the accuracy by the percentage of predicted pocket atoms that are in contact with the ligand. A protein and ligand atom are in contact if they are within a distance of the sum of the van der Waals radii plus 0.5 Ã… [16] used a precision threshold for success in which at least 25% of probe sites in a single cluster are within 1.6 Ã… to a ligand atom. Alternatively, the success rate of predictions can be measured by computing the distance between the ligand and a single point representing the pocket [9]. To assess different methods on the same data set, we need a common criterion for success. Therefore, we take a distance-based approach. For LIGSITEcscand LIGSITE, this point is the geometric center of the pocket sites' grid points. In PASS, the pockets are represented by its active site point ranked by their probe weight. In SURFNET, the default "gaps.pdb" output file is a PDB-format file in which each gap region generated by SURFNET is represented by a single ATOM record. Each atom is located at the center of mass position of the corresponding gap region, and the atoms can be used to represent the predicted pocket sites ranked by their volume. CAST defines atoms belonging to a pocket. The pocket can be represented by its center of mass. Thus, for all methods we can define a single point which represents the predicted pocket and we can compute the distance of this point from the ligand. A prediction is a hit if it is within 4 Ã… to any atom of the ligand.

Negative datasets

Evaluating protein interactions is inherently difficult, as not all interactions are known. A positive dataset of true interactions as defined above cannot be assumed to be complete. Negative datasets of experimentally confirmed non-interactions are not available [21]. Therefore, researchers working on protein-protein interactions infer non-interactions from randomly selected pairs of proteins. Such pairs are apriori unlikely – but not impossible – to interact. The likelihood that they do interact is low, as there is a quadratic number of pairs of proteins, while the number of truly interacting proteins is comparatively low. [22] estimate e.g. only 10.000 types of interactions in the light of an estimated 1000 structural folds. A second approach to infer negative datasets, additionally requires that the protein pairs are in different cellular locations [23]. This additional requirement indeed ensures that they cannot possibly interact. While improving the quality of the data, this additional requirement introduces a bias in the negative dataset, as the protein pairs in different cellular locations are not representative of all pairs [21].

To summarise, the definition of negative interaction datasets is difficult, but we can follow a similar approach for protein-ligand interactions as done for protein-protein interactions. We define two negative datasets: The first consists of 1000 randomly selected surface patches. These patches are apriori unlikely – but not impossible – ligand binding sites. Here, a surface patch consists of a randomly selected surface exposed C α and all C α atoms with 8 Å and 10 Å, respectively. For comparison, the area of a circle of these radii is 800 Å and 1300 Å and the volume of a sphere of these radii is 2100 Å and 4200 Å, respectively. These values give a broad comparison to protein interface sizes ranging from small ones less than 600 Å to large ones greater than 2000 Å.

The second negative dataset consists of 1000 randomly selected hetero permanent protein-protein interaction interfaces. As the interface is used by a protein complexe it cannot be a ligand binding site. The permanent interactions were selected from the SCOPPI database [24, 25].

To determine whether our method predicts any of these negative surface patches, we consider a predicted ligand binding site to hit a surface patch, if at least 50% of the residues overlap. Before we discuss the results of LIGSITEcscon these negative datasets, we will discuss the results for all methods on the positive dataset.

Results and discussion

Table 1 shows the success rates using these five methods on 19 complexes from PASS [9] and 29 complexes from [16], excluding those structures already existing in PASS, for unbound and bound structures. For unbound structures, LIGSITEcsachieves both for the top prediction and the top three predictions the best overall success rates. Using the geometric feature alone, LIGSITEcscan identify ligand-binding sites at 60% and 77% accuracy for the top 1 and top 3 pocket sites, respectively. In the second stage of re-ranking by conservation, LIGSITEcsccorrectly re-ranks 34 out 37 top 3 predictions by LIGSITEcs. Thus, LIGSITEcscimproves the success rate of top 1 predictions from 60% to 71%. For bound structures results are generally better (see Table 1). For the bound structures, LIGSITEcscimproves the success rate from 69% to 79% for the first prediction. These results indicate that conformational changes pose a challenge for all methods. In 2tga/1mtw and 3gch/1chg, the loops near the ligand binding sites stretch significantly to allow ligand binding. None of the methods predicts the site correctly. However, this ligand binding sites is the biggest pocket on bound structure and is highly conserved (data not shown).

Conservation has been widely used for function site prediction [26–28] and protein-protein interaction interface prediction [29–32], combined with other physiochemical properties. Here, we propose to re-rank the top 3 geometric-based prediction using the degree of conservation of the involved residues. As a result, we can improve the ranking for 183 out of 210 structures, which are hits of LIGSITEcs's top 3 predictions. LIGSITEcsccorrectly ranks 157 out of these 183 as top 1 (86%). Fig. 3 shows a typical example that how conservation score improves the ranking for a Kringle domain (pdbid 1krn).

Figure 3
figure 3

Mapping pockets and degree of conservation onto a protein surface (1krn). The first two pockets have similar size (ratio: 1.3). The residue near the second largest pocket (right, yellow), which is the ligand binding site, are more conserved than those near the largest pocket (left, yellow). Red: highly conserved, grey: less conserved.

In LIGSITEcsc, there are four key parameters which influence the results, namely grid size, minimal number of surface-solvent-surface events (MINSSS), the radius of the sphere to calculate the conservation score and the distance threshold for defining hits (see Methods and Materials). For grid size, we tested LIGSITEcscusing 0.8, 0.9, 1.1 and 1.2 Ã…. The success rates only vary -5 to +5 percentage for the 210 bound structures (data not shown). Although a smaller grid size leads to finer-grained pockets, the ranking is not affected. Additionally, smaller grids leads to cubically increasing run-time. Thus we choose 1.0 Ã…. The surface-solvent-surface events (protein-solvent-protein events in LIGSITE) vary from 1 (buried) to 7 (very deeply buried). Fig. 4 shows the success rates of LIGSITEcsfor different MINSSS values on the 210 bound structures. The cutoff of 6 leads to the best results and is therefore chosen. Scanning along Nonetheless, scanning along 7 directions fails if the structure forms a ring (see Fig. 5). As mentioned earlier, at the second stage, the top 3 pocket sites are re-ranked by the average conservation score of residues with a sphere of radius 8 Ã…. This radius ensures a moderate size of patch within this sphere, which gives a reasonable average conservation score for re-ranking.

Figure 4
figure 4

The success rates of LIGSITEcsfor different thresholds for the minimal number of surface-solvent-surface events, MINSSS, for top 3 predictions for 210 bound structures.

Figure 5
figure 5

Limits of LIGSITEcsc: The hole in a ring structure (pdbid 1a4j) is predicted by LIGSITEcscas largest pocket. The ligand binds, however, to the second largest pocket shown on the left.

Representing the pocket site as the mass center of grid clusters is somehow too simple for very large pockets. The ligand does not occupy the whole pocket sites and does not locate around the center of the pocket sites. Also, the orientation of ligand and the shape of the pocket sites are very important for the assessment of predictions. Fig. 6a shows a perfect prediction on Carbonic anhydrase II (pdbcode 2cba). In this case, the pocket sites cover all ligand atoms and the minimal distance between the mass center of this pocket and the ligand is 1.8 Ã…. However, as shown in Fig. 6b, on Acetylchitotriose (pdbcode 1hel), only a small part of ligand atoms occupy the pocket sites. In Fig. 6c, the ligand is very small comparing to the pocket site it locates on Purine nucleoside phosphorylase (pdbcode 1ula). The minimal distance between them is 5.10 Ã…, which is not counted as a hit (4 Ã… is used to define a hit). This phenomenon might be a reason why the success rates of SURFNET here are lower than reported in [11], which used a different hit definition. However, increasing the distance threshold does not improve the performance of LIGSITEcscsignificantly (data not shown). Nevertheless, the advantage of representing pockets as a single point is that different methods can be assessed by the same criteria. Moreover, rather than using the original grid points in the cluster, it is straightforward to extend this single point using a sphere of a certain radius.

Figure 6
figure 6

The occupancy of ligands on predicted pocket sites. Grey: the whole pocket sites, Red: mass center of pocket sites and Magenta: ligand. a). Carbonic anhydrase II (2cba), a perfect prediction. b). Acetylchitotriose (1hel) good prediction but only a small part of ligand atoms occupy the pocket sites. c). Purine nucleoside phosphorylase (1ula), the pocket sites cover all atoms of the ligand. The minimal distance is 5.10 Ã… since ligand is very small and it is not counted as a hit.

Finally, let us consider LIGSITEcsc's performance on the negative datasets. As described in the implementation section, we defined two negative datasets of surface patches, which are unlikely binding sites and hence serve as a negative control. I.e. LIGSITEcscshould not predict any of these sites as possible ligand binding sites. The first set consists of 1000 randomly selected surface patches, for which we varied the radius between 8 and 10 Ã…. LIGSITEcscmisclassifies 8% (8 Ã… radius surface patch) and 23% (10 Ã… radius). The range from 8% to 23% is not surprising as the volume of a sphere doubles as its radius changes from 8 to 10 Ã….

The second negative dataset consists of 1000 permanent protein complex interfaces. LIGSITEcscmisclassifies 13% as predicted ligand binding sites. These results are in line with [33], who analysed pockets involved in protein-protein and protein-ligand interactions and found that there are fundamental differences including conservation. Thus, LIGSITEcscachieve reasonable results on the negative controls, further strengthening the positive results discussed above.

Conclusion

In the last decade, many computational methods have been developed to identify pockets on protein surfaces and to analyze the relationship between the pockets and ligand-binding sites. Most of them are purely geometric and do not require any knowledge of the ligands. However, there is no comparison between these methods. In this paper, we propose a method called LIGSITEcsc, which extends LIGSITE [6] by defining surface-solvent-surface events and ranking them by the degree of conservation [15]. We compare LIGSITEcscto LIGSITE, PASS, SURFNET, and CAST on a dataset of 48 unbound/bound and 210 bound-only protein-ligand complexes using the same evaluation criteria. On the unbound/bound complexes, the methods predict the same correct ligand-binding sites in 28 out of 48 cases. Overall, LIGSITEcscperforms slightly better than the other approaches and correctly predicts the ligand binding site in 71% and 75% cases, respectively.

Availability and requirements

LIGSITEcscis online at scoppi.biotec.tu-dresden.de/pocket. Users can submit PDB files or enter a PDB ID and specify the chain ID. The parameters can be adjusted by the user. It returns the pocket sites in a standard PDB file format and a python script for visualization of pockets using PyMol [20] as well. LIGSITEcscand LIGSITE are both implemented in C++ using the BALL [34] library. LIGSITEcsc's C++ source code is freely available for academic users from the web site, and as additional file 1 in compliment to this manuscript.

References

  1. Katchalski-Katzir E, Shariv I, Eisenstein M, Friesem A, Aflalo C, Vakser I: Molecular Surface Recognition: Determination of Geometric Fit Between Proteins and Their Ligands by Correlation Techniques. PNAS 1992, 89: 2195–3199. 10.1073/pnas.89.6.2195

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Jones S, Thornton J: Pricinples of protein-protein interactions. PNAS 1996, 93: 13–20. 10.1073/pnas.93.1.13

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Berchmanski A, Katchalski-Katzir E, Eisenstein M: Electrostatics in protein-protein docking. Protein Science 2002, 11: 571–587. 10.1110/ps.26002

    Google Scholar 

  4. Halperin I, Ma B, Wolfson H, Nussinov R: Principles of docking: an overview of search algorithms and a guide to scoring functions. Proteins 2002, 47: 409–443. 10.1002/prot.10115

    Article  CAS  PubMed  Google Scholar 

  5. Levitt D, Banaszak L: POCKET: a computer graphics method for identifying and displaying protein cavities and their surrounding amino acids. J Mol Graph 1992, 10: 229–234. 10.1016/0263-7855(92)80074-N

    Article  CAS  PubMed  Google Scholar 

  6. Hendlich M, Rippmann F, Barnickel G: LIGSITE: automatic and efficient detection of potential small molecule-binding sites in proteins. J Mol Graph Model 1997, 15(6):359–363. 10.1016/S1093-3263(98)00002-3

    Article  CAS  PubMed  Google Scholar 

  7. Laskowski R: SURFNET: a program for visualizing molecular surfaces, cavities and intermolecular interactions. J Mol Graph 1995, 13: 323–330. 10.1016/0263-7855(95)00073-9

    Article  CAS  PubMed  Google Scholar 

  8. Liang J, Edelsbrunner H, Woodward C: Anatomy of protein pockets and cavities: measurement of binding site geometry and implications for ligand design. Protein Sci 1998, 7: 1884–1897.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Brady G, Stouten P: Fast prediction and visualization of protein binding pockets with PASS. J Comput Aided Mol Des 2000, 14: 383–401. 10.1023/A:1008124202956

    Article  CAS  PubMed  Google Scholar 

  10. Connolly M: Analytical molecular surface calculation. J Appl Cryst 1983, 16: 548–558. 10.1107/S0021889883010985

    Article  CAS  Google Scholar 

  11. Laskowski R, Luscombe N, Swindells M, Thornton J: Protein clefts in molecular recognition and function. Protein Science 1996, 5(12):2438–2452.

    PubMed Central  CAS  PubMed  Google Scholar 

  12. Binkowski T, Naghibzadeh S, Liang J: CASTp: computed atlas of surface topography of proteins. Nucleic Acids Res 2003, 31(13):3352–3355. 10.1093/nar/gkg512

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Edelsbrunner H, Mucke E: Three-dimensional alpha shapes. ACM Trans Graph 1994, 13: 43–72. 10.1145/174462.156635

    Article  Google Scholar 

  14. Edelsbrunner H, Facello M, Fu P, Liang J: Measuring proteins and voids in proteins. Proc 28th Ann Hawaii Intl Conf System Sci 1995, 5: 256–264.

    Google Scholar 

  15. Glaser F, Morris R, Najmanovich R, Laskowski R, Thornton J: A method for localizing ligand binding pockets in protein structures. Proteins 2006, 62: 479–488. 10.1002/prot.20769

    Article  CAS  PubMed  Google Scholar 

  16. Laurie A, Jackson R: Q-SiteFinder: an energy-based method for the prediction of protein-ligand binding sites. Bioinformatics 2005, 21: 1908–1916. 10.1093/bioinformatics/bti315

    Article  CAS  PubMed  Google Scholar 

  17. Puvanendrampillai D, Mitchell J: Protein Ligand Database (PLD): additional understanding of the nature and specificity of protein-ligand complexes. Bioinformatics 2003, 19(14):1856–1857. 10.1093/bioinformatics/btg243

    Article  CAS  PubMed  Google Scholar 

  18. Glaser F, Rosenberg Y, Kessel A, Tal P, Ben-Tal N: The ConSurf-HSSP database: the mapping of evolutionary conservation among homologs onto PDB Structures. Proteins 2005, 58: 610–617. 10.1002/prot.20305

    Article  CAS  PubMed  Google Scholar 

  19. Nissink J, Murray C, Hartshorn M, Verdonk M, Cole J, Taylor R: A new test set for validating predictions of protein-ligand interaction. Proteins 2002, 49: 457–471. 10.1002/prot.10232

    Article  CAS  PubMed  Google Scholar 

  20. Delano W: The PyMOL Molecular Graphics System.2002. [http://pymol.sourceforge.net/]

    Google Scholar 

  21. Ben-Hur A, Noble W: Choosing negative examples for the prediction of protein-protein interactions. BMC Bioinformatics 2006, 7(Suppl 1):S2. 10.1186/1471-2105-7-S1-S2

    Article  PubMed Central  PubMed  Google Scholar 

  22. Aloy P, Russell R: Ten thousand interactions for the molecular biologist. Nat Biotechnol 2004, 22(10):1317–21. 10.1038/nbt1018

    Article  CAS  PubMed  Google Scholar 

  23. Jansen R, Gerstein M: Analyzing protein function on a genomic scale: the importance of gold-standard positives and negatives for network prediction. Current Opnion in Microbiology 2004, 7: 535–45. 10.1016/j.mib.2004.08.012

    Article  CAS  Google Scholar 

  24. Winter C, Henschel A, Kim WK, Schroeder M: SCOPPI: a structural classification of protein-protein interfaces. Nucleic Acids Res 2006, 34(Database issue):D310–4. 10.1093/nar/gkj099

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Kim W, Henschel A, Winter C, Schroeder M: The Many Faces of Protein-Protein Interactions: A Compendium of Interface Geometry. Plos Comput Biol 2006., 2(9): 10.1371/journal.pcbi.0020124

    Google Scholar 

  26. Armon A, Graur D, Ben-Tal N: ConSurf: an algorithmic tool for the identification of functional regions in proteins by surface mapping of phylogenetic information. J Mol Biol 2001, 307(1):447–463. 10.1006/jmbi.2000.4474

    Article  CAS  PubMed  Google Scholar 

  27. Aloy P, Querol E, Aviles FX, Sternberg MJ: Automated structure-based prediction of functional sites in proteins: applications to assessing the validity of inheriting protein function from homology in genome annotation and to protein docking. J Mol Biol 2001, 311(2):395–408. 10.1006/jmbi.2001.4870

    Article  CAS  PubMed  Google Scholar 

  28. Pupko T, RE RB, Mayrose I, Glaser F, Ben T: Rate4Site: an algorithmic tool for the identification of functional regions in proteins by surface mapping of evolutionary determinants within their homologues. Bioinformatics 2002, 18: s71-s77. 10.1093/bioinformatics/18.8.1116

    Article  PubMed  Google Scholar 

  29. Neuvirth H, Raz R, Schreiber G: ProMate: A structure based prediction program to indentify the location of protein-protein binding sites. J Mol Biol 2004, 338(1):181–199. 10.1016/j.jmb.2004.02.040

    Article  CAS  PubMed  Google Scholar 

  30. Bradford J, Westhead D: Improved prediction of protein-protein binding sites using a support vector machines approach. Bioinformatics 2005, 21(8):1487–1494. 10.1093/bioinformatics/bti242

    Article  CAS  PubMed  Google Scholar 

  31. Espadaler J, Romero-Isart O, Jackson RM, Oliva B: Prediction of protein-protein interactions using distant conservation of sequence patterns and structure relationships. Bioinformatics 2005, 21(16):3360–3368. 10.1093/bioinformatics/bti522

    Article  CAS  PubMed  Google Scholar 

  32. Aytuna AS, Gursoy A, Keskin O: Prediction of protein-protein interactions by combining structure and sequence conservation in protein interfaces. Bioinformatics 2005, 21(12):2850–2855. 10.1093/bioinformatics/bti443

    Article  CAS  PubMed  Google Scholar 

  33. Burgoyne N, Jackson R: Predicting protein interaction sites: binding hot-spots in protein-protein and protein-ligand interfaces. Bioinformatics 2006, 22(11):1335–42. 10.1093/bioinformatics/btl079

    Article  CAS  PubMed  Google Scholar 

  34. Kohlbacher O, Lenhof H: BALL – rapid software prototyping in computational molecular biology. Bioinformatics 2000, 16(9):815–824. 10.1093/bioinformatics/16.9.815

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We are great grateful to Wenhan Wang, Andreas Henschel, Frank Dressel and Wan Kim for their helpful discussions. Funding by EFRE project CODI and FoldUnfold is kindly acknowledged.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Michael Schroeder.

Additional information

Authors' contributions

BH carried out the research and drafted the manuscript. MS guided the research and revised the manuscript.

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Huang, B., Schroeder, M. LIGSITEcsc: predicting ligand binding sites using the Connolly surface and degree of conservation. BMC Struct Biol 6, 19 (2006). https://doi.org/10.1186/1472-6807-6-19

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1472-6807-6-19

Keywords