Correlation analysis¶
This example compares calculated binding energies with experimental inhibition constants for a wild-type protein-protein complex and six alanine mutants. All seven calculations use the same solvated simulation and GB-Neck2 settings so that the resulting systems can be loaded together in gmx_MMPBSA_ana.
-
Protocol
Single trajectory
-
Series
Wild type and six mutants
-
Solvent model
GB-Neck2 (
igb=8) -
Analysis
Recursive correlation
Before you begin¶
The seven calculation directories share the following files and selections from the Correlation directory:
-
Calculation settings
One
mmpbsa.infile in each ofWT,T13,H15,Y23,Y25,S32, andW34 -
GROMACS system
Structure
com.tpr(-cs) and topologytopol.top(-cp). Keep thetoppardirectory containing the referenced*.itpfiles besidetopol.top. -
Trajectory
PBC-corrected and fitted trajectory
com_traj.xtc(-ct) -
Molecular selections
Index
index.ndx(-ci) with theSOLU_chain1andSOLU_chain2groups (-cg)
The molecular bundle is the same protein-protein system used by the protein-protein binding example. See the complete command-line reference for all options.
Run the calculations¶
Download the Correlation example as a ZIP archive.
Extract the archive and change to the Correlation directory. You can also view the example files on GitHub before downloading them. The explicit directory list ensures that only the seven systems are processed; the toppar dependency directory is not treated as a calculation.
Configure the calculations¶
Each directory contains a concise input. The wild-type and H15 inputs are shown below to illustrate the two patterns. The all-options version was generated with gmx_MMPBSA --create_input gb ala and then updated with the same H15-specific values. It therefore describes the same mutant calculation as the concise H15 input.
| WT/mmpbsa.in | |
|---|---|
Keep in mind
These inputs provide a practical starting point and can serve as the basis for comparable calculations across a related series. Review the available input-file options, their accepted values, and the experimental values assigned to each system before interpreting a correlation.
Systems in the series¶
The seven inputs differ only in the system name, experimental Ki, and-for the mutants-the selected residue:
WT: wild type,exp_ki=18nM.T13: Thr13 to Ala,exp_ki=20nM.H15: His15 to Ala,exp_ki=15nM.Y23: Tyr23 to Ala,exp_ki=50nM.Y25: Tyr25 to Ala,exp_ki=30nM.S32: Ser32 to Ala,exp_ki=37nM.W34: Trp34 to Ala,exp_ki=30nM.
The values above are example inhibition constants bundled with this repository. The repository does not record their source, assay conditions, or temperature, so treat them as illustrative inputs rather than a quantitative validation set. exp_ki is expressed in nM and is used by the analyzer to derive the experimental binding energy for the correlation.
How this example works¶
The ST approximation extracts the two protein components from the shared complex trajectory for every calculation. All systems process frames 1 through 10 with GB-Neck2 (igb=8), mbondi3 radii (PBRadii=4), and a salt concentration of 0.15 M.
The wild-type directory evaluates the original complex. Each mutant input enables alanine scanning and sets mutant_only=1, so its output contains the selected mutant rather than recalculating the shared wild type. Using the same coordinates, frames, and implicit-solvent parameters across the series isolates the changes required for this comparative example.
Expected outputs¶
Each successful calculation produces:
FINAL_RESULTS_MMPBSA.dat: the MM/GBSA summary and binding-energy statistics.FINAL_RESULTS_MMPBSA.csv: the per-frame energy terms requested with-eo.
Analyze the correlation¶
After all seven calculations finish, remain in-or return to-the Correlation directory and recursively load the results:
The analyzer reads the system name and experimental Ki stored with each result. Select the systems in the Correlation panel to compare calculated and experimental binding energies. See the gmx_MMPBSA_ana documentation for more details.
The following video demonstrates the correlation workflow in gmx_MMPBSA_ana:
Created: February 8, 2021 07:10:13