Debumping algorithm To determine if a residue needs to be debumped PDB2PQR compares its atoms to all nearby atoms. With the exception of donor/acceptor pairs and CYS residue SS bonded pairs, a residue needs to be debumped if any of its atoms are within a cutoff distance of any other atoms. The cut off is 1.5 angstrom for hydrogen and 2.0 otherwise. Considering the atoms that are conflicted PDB2PQR changes selected dihedral angle’s configurations in increments of 5.0 degrees looking for positions where the residue does not conflict with other atoms. If modifying a dihedral angle does not result in a debumped configuration then the dihedral angle is reset to its original setup and the next one is tried. If 10 angles are tried without success the algorithm reports failure. It should be noted that this is not an optimal solution. This method is not guaranteed to find a solution if it exists and will accept the first completely debumped state found and not the optimal state. This implementation also has the following known bugs:
Hydrogen bonding network optimizationThe hydrogen bonding network optimization seeks, as the name suggests, to optimize the hydrogen bonding network of the protein. Currently this entails manipulating the following residues:
Titration state assignmentProtein residue titration states are assigned using pKa values determined by PROPKA. Ligand parameterizationThe calculation of ligand charges necessitates detailed information on molecular structure and protonation states due to the large variation in the covalent structures of small-molecule protein ligands. The current version of PDB2PQR therefore requires the ligand structure, protonation state, and formal charge to be specified by the user in the popular MOL2 ;file format. Ligand structures in MOL2 format are readily available from popular molecular modeling software and free web services such as PRODRG. The calculation of ligand charges in PDB2PQR is based on the partial equalization of orbital electronegativities (PEOE) procedure developed by Gasteiger and Marsili (Gasteiger, 1980). In the PEOE procedure, orbital electronegativities χ are linked to partial atomic charges q by a polynomial expansion ( \chi = a + b q + c q^2 + d q^3). The coefficients a, b, c, and d were optimized by Gasteiger and Marsili using gas phase data on ionization potentials and electron affinities. We utilize a PEOE algorithm, which has been optimized by Czodrowski et al. to obtain better agreement between theoretical and experimental solvation energies for a set of small molecules including the polar amino acids. |
