BindUP Manual
In this mode, BindUP calculates a specific chain or all the protein chains of one protein structure. The results include the Na-binding prediction of each calculated chain and the requested electrostatic patches visualized by Jmol.
BindUP requires a coordinate file in PDB format. The input can be given in one of two ways:
  • Supply a valid PDB ID (a four alphanumeric characters identifier, taken from RCSB PDB, case insensitive). In this case, BindUP retrieves the results from a database of pre-calculated predictions, so the results presentation is very fast.
  • Upload a user-defined coordinate file (of a known structure or a model) in PDB format (view example). In this case, the calculation is performed in real time. The calculation time can vary from few seconds to several minutes, depending on the size of the protein structure.
Please note: the following types of protein structures cannot be analyzed by BindUP:
  • Protein chains containing less than 20 residues.
  • Protein chains containing unknown (UNK) residues.
  • Protein chains in which there are missing backbone atoms.
  • Protein chains in which more than 10% of the total heavy atoms are missing.
Chain selection
By default, the calculation is performed on all the protein chains (each protein chain is calculated separately). However, it is possible to select a specific chain identifier. In such case, only the selected chain will be calculated and displayed in the results.
Patches calculation
By default, BindUP displays the largest positive electrostatic patch. However, it is possible to choose whether to display only positive patches, only negative patches or the combination of both.
Number of patches to display: When calculating only one type of patches, BindUP can display up to 3 patches together. When calculating both positive and negative patches, BindUP can display only the largest patch of each type.
Email address: The E-mail address is an optional field, required in order to get a link to the results page. If you don't get an E-mail from BindUP within a reasonable time, check your spam folder, it might accidentally get there.
In single protein mode, the results for each calculated protein chain include four components (view an example of the results page):
  • A prediction for nucleic-acid binding.
  • A visualization of the requested electrostatic patches using Jmol.
  • A summary text file, listing the residues composing each calculated patch and the NA-binding prediction.
  • The coordinate PDB file, including the patches annotation inserted in the B-factor column.
In cases the calculation is performed on several protein chains, the first valid protein chain is initially displayed. The presented results can be changed to each of the other protein chains by using the drop-down menu.
Please note: Jmol is best viewed in Google Chrome, Safari and Firefox browsers. Internet Explorer is not recommended.
Patches visualization
BindUP visualizes the requested patches on the protein chain surface using Jmol (an interactive web browser applet for visualization of chemical structures in 3D). We use JSmol, which is the non-java version of Jmol and does not have any prior system requirements.
  • The positive patches are colored in shades of blue (dark to light blue for the first to the third largest positive patch, respectively).
  • The negative patches are colored in shades of red (dark to light red for the first to the third largest negative patch, respectively).
  • When displaying the largest positive and negative patches together, the common residues are colored in purple.
Text files for download
  • Summary text file: This file includes the NA-binding prediction for the chain and lists the residues composing each calculated patch (view example).
  • PDB file: A coordinate file in PDB format, containing only the ATOM lines of the current chain and the calculated patches annotation (view example). This file provides the flexibility for advanced users to color the patches and present them in any molecular visualization program such as Chimera or PyMol. The patches annotation is inserted to the B-factor (temperature) column, according to the following code:
    •  10 - atoms that belong to the first positive patch (BindUP color code: [0,0,198]).
    •  20 - atoms that belong to the second positive patch (BindUP color code: [19,131,253]).
    •  30 - atoms that belong to the third positive patch (BindUP color code: [156,203,254]).
    • -10 - atoms that belong to the first negative patch (BindUP color code: [200,0,0]).
    • -20 - atoms that belong to the second negative patch (BindUP color code: [254,120,105]).
    • -30 - atoms that belong to the third negative patch (BindUP color code: [254,192,182]).
    •    5 - atoms that belong to both the first positive patch and the first negative patch (BindUP color code: [182,40,217]).
    •    0 - atoms that do not belong to any of the requested patches (BindUP color code: [232,232,232]).
    Here are example instructions of how to present the largest positive and negative patches of the example PDB file (1d66, chain A) in Jmol:
    1. Open Jmol console and load the downloaded PDB file.
    2. In the Jmol console, insert the following commands and click 'Run':
      cpk off; spacefill 400; color [232,232,232]; hide hydrogens;
      select temperature=10;
      color [0,0,198];
      select temperature=-10;
      color [200,0,0];
      select temerature=5;
      color [182,40,217];
    Note: the presentation and coloring described above are the ones used in BindUP. However, when loading the modified PDB file to a visualization program, any desired presentation and coloring scheme may be applied.
Presentation of all the protein chains together
When selecting the option 'all' in the drop-down menu, BindUP presents the results for all the calculated protein chains together (view an example of this presentation). (Please note that this is only a way of presentation. The calculation is always performed on each chain separately). This presentation includes the Jmol visualization of all the protein chains, the summary text file listing the results for all the protein chains and the original coordinate file with the patches annotation of all the calculated chains.
This mode enables to run in a batch more than one protein structure. The results, including the Na-binding predictions and the electrostatic patches, are given in text files only, without the 3D visualization.
BindUP requires a list of PDB IDs (case insensitive) separated by newline. The number of entries is not limited. The entries can be written in two forms:
  • PDB ID only (for example: 1d66). In this case, all the protein chains of the entry will be calculated.
  • A PDB ID + a specific chain ID (for example: 1d66A). In this case, only the specified chain will be calculated.
The list of PDB entries may contain the two forms mixed together (view example).
It is possible to paste the list of entries to the browser or to upload a file containing the list.
Patches calculation
By default, BindUP calculates the largest positive electrostatic patch. Hownever, it is possible to choose whether to calculate only positive patches, only negative patches or the combination of both.
Number of patches to display: When calculating only one type of patches, BindUP can display up to 3 patches together. When calculating both positive and negative patches, BindUP can display only the largest patch of each type.
Email address: The E-mail address is an optional field, required in order to get a link to the results page. If you don't get an E-mail from BindUP within a reasonable time, check your spam folder, it might accidentally get there.
Job name: An optional parameter that enables you to give your job an informative name. If not filled, the job gets a unique number identifier.
In batch mode, the results are presented for each protein structure and include the text files (described above) only, without a 3D visualization (view an example of the results page). If the user has specified a chain identifier, both the summary text file and the PDB file will include the results for the specified chain only. Otherwise, the text files will include the results for all the calculated protein chains.
In case there is more than one valid entry, an additional file, which summarizes the results for all the entries together, is provided for download as well.