Overview of CavityPlus

CavityPlus is a web server for precise and robust protein cavity detection and functional analysis. With protein 3D structural information as input,

  • Cavity is used to detect the potential binding sites on the surface of a given protein structure and rank them with ligandability and druggability scores.
  • Based on the detected protein cavity information, further functions of a protein cavity are then analyzed by using three submodules, namely CavPharmer, CorrSite and CovCys.
  • CavPharmer uses a receptor-based pharmacophore modeling program Pocket to automatically extract pharmacophore features within cavities.
  • CorrSite identifies potential allosteric ligand binding sites based on motion correlation analysis between allosteric and orthosteric cavities.
  • CovCys automatically detects druggable cysteine residues for covalent ligand design, which is especially useful for identifying novel binding sites for covalent allosteric ligand design.
  • The overall flowchart of how to use CavityPlus is as follows:

    Cavity

    Step 1

    Load a protein of your interest. Two ways are provided here:
    1) Load from RCSB PDB based on a valid PDB ID;
    2) Upload your own protein of interest.
    After this step, one protein structure will be shown in the JSmol window.
  • If the protein was successfully loaded, there will be a pop-up window and the structure will be shown in the JSmol window.
  • If you have a previous finished job and you are going to submit a new structure in the same webpage, the results of previous job will be deleted. So make sure you have downloaded the results before submitting a new job.


  • Figure 1. Visualization of Cavity operation interface. Red rectangles show the input protein and its chains. Red ellipse with the "sample" can be clicked to download.

    Step 2

    Select the chain(s) from the whole protein, and it will be shown in JSmol right now.
    Note: CAVITY will automatically remove water molecules, ion atoms and ligand atoms from structure.

    Figure 2. Visualization of Cavity submission. Red rectangles show the current selected chain, then submit Cavity to detect pockets with a roughly estimated computational time.

    Step 3

  • Select mode. CAVITY will detect the whole protein to find potential binding sites, and this is the default mode. And it is available to upload a ligand file by selecting "with Ligand" mode. CAVITY will detect around the given Mol2 file. It helps the program do know where the real binding site locates. In most cases, CAVITY could locate the binding site without given ligand coordinates, and you are allowed to try this mode if you are dissatisfied with the results from whole protein mode.
  • It should be noted that the given ligand in "With Ligand" mode must be located in the binding site. Otherwise, CAVITY module would fail to detect pockets. An error message would pop out if the ligand were not correct. Our webserver can automatically extracts ligands from protein structure (shown in Figure 3). Please don’t load your own ligand file when you have already selected an extracted ligand from the list because the automatic extracted ligand has a higher priority in the computing process.

  • Figure 3. Visualization of "ligand mode" and "Advanced parameters" with red rectangles.

    Step 4

    Advanced parameters (shown in Figure 3). We have a set of default parameters to run CAVITY. And you are allowed to adjust some parameters of your interest. Explanations for the parameters:
  • SEPARATE_MIN_DEPTH (SMD), MAX_ABSTRACT_LIMIT_V(MALV), SEPARATE_MAX_LIMIT_V(SMLV) and MIN_ABSTRACT_DEPTH(MAD) are used for cavity detection process, which determine the depth and volume of cavity. The bigger values are related to larger cavities. Actually, we have provided four parameter sets for different inputs in our web.
  • The first parameter set (8/1500/6000/2 for SMD/MALV/SMLV/MAD) is used for common cavity, which is also the default parameters of CAVITY.
  • The second parameter set (4/1500/6000/4 for SMD/MALV/SMLV/MAD) is used for shallow cavity, such as peptides binding site and protein-protein interface.
  • The third parameter set (8/2500/8000/2 for SMD/MALV/SMLV/MAD) is used for complex cavity, such as multi function cavity, channel and nucleic acid site.
  • The final parameter set (8/5000/16000/2 for SMD/MALV/SMLV/MAD) is used for super-sized cavity. These set of parameters are recommended to be used for proper inputs.
  • RULER_1 and OUTPUT_RANK are used as output filter. RULER_1 limits the minimum volume of cavity and OUTPUT_RANK limits the minimum CavityScore. CAVITY will only output detected binding sites whose CavityScore is greater than OUTPUT_RANK. User may increase this value to prevent CAVITY outputting useless results.
  • Step 5

    Run CAVITY by clicking "Submit" button.

  • Before running CAVITY, our web server will check the Chain checkbox to ensure the selected protein and submitted protein are the same one.
  • It will take some time to detect potential cavities of a given protein. The processing time of CAVITY increases significantly with the increasing number of residues and complexity of protein. We have done a test by running CAVITY with a test dataset that contains 100 proteins selected from PDBBind database. The protein sequence length was between 87 and 1760. The test result showed that for most of proteins with residues less than 400, CAVITY could processing them in 3 minutes. When the number of residues increases, the processing time increases significantly. The biggest protein (with 1760 residues) in our test dataset cost 41 minutes. According to our test, we provided a knowledge-based table (Table 1) and fitted curve figure (Figure 4) to show the processing time.

  • Table 1. Statistical analysis of Cavity computing time.
    Number of residues in protein Predicted Running time(Unit: minute)
    <400 Usually less than 3 minutes
    400-500 2-5
    500-600 4-7
    600-800 6-9
    800-1000 9-15
    >1000 Usually longer than 15 minutes. The larger the protein, the longer the running time.

    Figure 4. The scatter plot and fitted curve of Cavity processing time against the number of protein.


  • After finished, the results will be shown in the "Cavity Results" part at the bottom of the JSmol window (shown in Figure 5). The result table will list the DrugScore and Druggability for each cavities. Users can click the Checkbox in Surface column to view each cavity in JSmol window. The last column provides the information of residues that constitute the cavity. Users can get the information by clicking "More" and copy the residues information directly, rather than downloading the results.


  • Figure 5. Visualization of Cavity Results. Once a checkbox in the Red rectangle is selected, the JSmol window will show the current cavity.

  • CAVITY will output the following visual files for viewing the detection result.
    1. name_surface.pdb: The output file storing the surface shape of the binding-site and the CavityScore. It is in PDB format, and user can use molecular modeling software to view this file and obtain an insight into the geometrical shape of the binding site. User can view this file by plain text editor, and check the predicted maximal pKd of the binding site. This value indicated the ligandability of the binding site. If it is less than 6.0(Kd is 1uM), suggests that this binding-site may be not a suitable drug design target.
    2. name_vacant.pdb: The output file storing the volume shape of the binding-site. It is in PDB format, and user can use molecular modeling software to view this file and obtain an insight into the geometrical shape of the binding site.
    3. name_cavity.pdb: The output file storing the atoms forming the binding-site. It is in PDB format, and user can use molecular modeling software to view this file and obtain an insight into the residues of the binding site. It is the visual version of "name_pocket.txt".
    Note: Some molecular modeling software may not display these files correctly, please try different software if you could not view the results file. (Pymol is recommended to support these output files.)

    Back to top

    CavPharmer

    Step 1

    To use CavPharmer, CAVITY module MUST be executed at first. When Cavity finished successfully, a list of cavity results will be shown below the "Select a cavity" label. Please select one result as input to generate pharmacophores; Once the radio button is selected, the JSmol window will show the residues of the selected cavity (shown in Figure 6).

    Figure 6. Visualization of CavPharmer operation interface. Red ellipse part shows the selected residues.

    Step 2

    Select mode.
  • Pharmacophore Module can be used for either receptor-based or ligand-based pharmacophore generation. "With Ligand" should be selected and a ligand need to be uploaded if ligand-based pharmacophore generation is expected.
  • The Ligand provided to CavPharmer should also be a prepositioned ligand in the input cavity. Just like CAVITY, we automatically extract all ligands in protein and users can select the proper one as CavPharmer input if “With Ligand” was selected.
  • Step 3

  • Run CavPharmer program by clicking "Submit" button. Some information is provided in "CavPharmer Results" part. The pharmacophore model on each cavity could be recorded in the "show option" (shown in Figure 7).
  • Running time of CavPharmer depends on the size of input cavity. We tested our CavPharmer with the results of CAVITY test. Seventy-seven cases among 100 finished in one minutes, while one case with a very large cavity cost 18 minutes. Please be patient to wait the program finishes especially when a large cavity is provided.

  • Figure 7. Visualization of CavPharmer Results. Results can be recorded in the red rectangle sequentially.Different colors represent different pharmacophores. Blue and red spheres represent the H-bond donor center and h-bond acceptor, respectively; green spheres: hydrophobic center; olive spheres: positive electrostatic center; grey spheres: negative electrostatic center.
    Back to top

    CorrSite1.0

    Step 1

    Set the orthosteric sites:
    1. Cavity pockets: results of CAVITY module. Select the one that you are interested.
    2. Custom pockets: Upload one PDB file of orthosteric sites.
    3. Custom residues: This server also support the custom .txt file, like the following formats: (residueID: ChainID)
    46:A;47:A;49:A or
    46:A
    47:A
    49:A

    Figure 8. Visualization of CorrSite input format.

    Step 2

    Run program by clicking "Submit" button (It will takes only less than 30s).

    Figure 9. Visualization of CorrSite1.0 results. The stick region on the protein marked in red ellipse is the orthosteric site. The other region is corresponding to two allosteric sites. The score marked in a red rectangle in the "CorrSite1.0 Results" is a correlation score with the orthosite for the current cavity. When the score more than 0.5 (in pink color), this cavity may be a potential allosteric site.
    Back to top

    CorrSite2.0

    CorrSite2.0 is a new method for predicting allosteric sites, which ranks the potential ligand binding sites based on calculated motion correlations using the slow and fast modes.

    Step 1

    Set the orthosteric sites:
    1. Cavity pockets: results of CAVITY module. Select the orthosteric pocket that you are interested in, such as Cavity1.
    2. Custom pockets: Upload one PDB file of orthosteric sites. For example, you can define the orthosteric pocket as all the residues within 4Å around the orthosteric ligand. We recommend you to use this option when the orthosteric pocket found by CAVITY is very large.
    3. Custom residues: This server also support the custom .txt file, like the following formats: (residueID: ChainID)
    46:A;47:A;49:A
    or
    46:A
    47:A
    49:A

    In the ExcludeOrthoSite option, you can select the orthosteric pocket found by CAVITY to exclude the orthosteric pocket and predict potential allosteric sites in the remaining pockets. When the orthosteric pocket found by CAVITY is not very large, we recommend that you exclude the orthosteric pocket. When the orthosteric pocket found by CAVITY is very large, we recommend that you do not exclude the orthosteric pocket. If you are not sure whether to exclude the orthosteric pocket, you can directly select none of the pockets.


    Figure 10. Visualization of CorrSite2.0 input format.

    Step 2

    Run program by clicking "Submit" button (It will takes only less than 30s).

    Figure 11. Visualization of CorrSite2.0 results. The stick region on the protein marked by pink ellipse is the orthosteric site. The other surface regions are corresponding to predicted potential allosteric sites, such as the region marked by magenta ellipse is the predicted allosteric pocket cavity4. The score marked in a red rectangle in the "CorrSite2.0 Results" are the correlation scores of the selected orthosteric site and other pockets. When the score more than 0.5 (in magenta color), this pocket may be a potential allosteric site.
    Back to top

    CovCys

    Step 1

    The input of this module are all the cavity results detected by the CAVITY program. Run CAVITY first, then click "Run CovCys" button, the results will be shown the "CovCys Results" part.

    Figure 12. Visualization of CovCys results. Some key features are shown in the above table.

  • ResID: cysteine residues ID of the protein;
  • CavID: the cavity ID detected by the CAVITY program;
  • Cov: the annotation predicted by the pre-trained SVM model.
  • Prob: the probability of being a covalent targetable cysteine.
  • pKa: the pKa value predicted by the PROPKA program;
  • QSASA: the exposure degree of the cysteine. It is calculated by dividing the solvent accessible surface area (SASA) of this cysteine with the theoretical SASA. The SASA is calculated by the Pops program.
  • pKdAve: the average binding affinity of the pocket associated, which is calculated by CAVITY.
  • Back to top

    Download


    Figure 13. Visualization of Download list. The "Download" button is used to download the results of finished tasks.
    Back to top

    Just try it now

    reference

    To cite Cavity, please reference:

    1. Yuan,Y., Pei,J., and Lai,L. (2013) Binding Site Detection and Druggability Prediction of Protein Targets for Structure-Based Drug Design. Curr Pharm Des., 19, 2326-2333. Link.

    2. Yuan,Y., Pei,J., and Lai,L. (2011) LigBuilder 2: A Practical de Novo Drug Design Approach. J. Chem. Inf. Model., 51, 1083-1091.Link.

    3. Xu,Y., Wang,S., Hu,Q., Gao,S., Ma,X., Zhang,W., Shen,Y., Chen,F., Lai,L. and Pei,J. (2018) CavityPlus: a web server for protein cavity detection with pharmacophore modelling, allosteric site identification and covalent ligand binding ability prediction. Nucleic Acids Research, 46, W374-W379. Link.

    To cite CavPharmer, please reference:

    1. Chen,J., and Lai,L. (2006) Pocket v.2: Further Developments on Receptor-Based Pharmacophore Modeling. J. Chem. Inf. Model., 46, 2684-2691.Link.

    2. Chen, J., Ma, X., Yuan, Y., Pei, J., and Lai, L. (2014). Protein-protein interface analysis and hot spots identification for chemical ligand design. Curr Pharm Des., 20, 1192-1200. Link.

    3. Xu,Y., Wang,S., Hu,Q., Gao,S., Ma,X., Zhang,W., Shen,Y., Chen,F., Lai,L. and Pei,J. (2018) CavityPlus: a web server for protein cavity detection with pharmacophore modelling, allosteric site identification and covalent ligand binding ability prediction. Nucleic Acids Research, 46, W374-W379. Link.

    To cite CorrSite1.0, please reference:

    1. Ma, X., Meng, H., and Lai, L. (2016). Motions of allosteric and orthosteric ligand-binding sites in proteins are highly correlated. J. Chem. Inf. Model., 56, 1725-1733.Link.

    2. Yuan,Y., Pei,J., and Lai,L. (2013) Binding Site Detection and Druggability Prediction of Protein Targets for Structure-Based Drug Design. Curr Pharm Des., 19, 2326-2333. Link.

    3. Xu,Y., Wang,S., Hu,Q., Gao,S., Ma,X., Zhang,W., Shen,Y., Chen,F., Lai,L. and Pei,J. (2018) CavityPlus: a web server for protein cavity detection with pharmacophore modelling, allosteric site identification and covalent ligand binding ability prediction. Nucleic Acids Research, 46, W374-W379. Link.

    To cite CorrSite2.0, please reference:

    1. Xie, J., Wang, S., Xu, Y., Deng, M., Lai, L. (2021). Uncovering the dominant motion modes of allosteric regulation improves allosteric site prediction. J. Chem . Inf. Model. 62, 187-195.Link.

    2. Ma, X., Meng, H., and Lai, L. (2016). Motions of allosteric and orthosteric ligand-binding sites in proteins are highly correlated. J. Chem. Inf. Model., 56, 1725-1733.Link.

    3. Yuan,Y., Pei,J., and Lai,L. (2013) Binding Site Detection and Druggability Prediction of Protein Targets for Structure-Based Drug Design. Curr Pharm Des., 19, 2326-2333. Link.

    4. Xu,Y., Wang,S., Hu,Q., Gao,S., Ma,X., Zhang,W., Shen,Y., Chen,F., Lai,L. and Pei,J. (2018) CavityPlus: a web server for protein cavity detection with pharmacophore modelling, allosteric site identification and covalent ligand binding ability prediction. Nucleic Acids Research, 46, W374-W379. Link.

    To cite CovCys, please reference:

    1. Zhang, W., Pei, J., and Lai, L. (2017). Statistical Analysis and Prediction of Covalent Ligand Targeted Cysteine Residues. J. Chem. Inf. Model., 51, 1453-1460.Link.

    2. Yuan,Y., Pei,J., and Lai,L. (2013) Binding Site Detection and Druggability Prediction of Protein Targets for Structure-Based Drug Design. Curr Pharm Des., 19, 2326-2333. Link.

    3. Xu,Y., Wang,S., Hu,Q., Gao,S., Ma,X., Zhang,W., Shen,Y., Chen,F., Lai,L. and Pei,J. (2018) CavityPlus: a web server for protein cavity detection with pharmacophore modelling, allosteric site identification and covalent ligand binding ability prediction. Nucleic Acids Research, 46, W374-W379. Link.

    Contact us

    Contact