The Cispeptide plugin allows the user to:

  • Detect cis peptide bonds in protein structures.
  • Visualize cis peptide bonds.
  • Convert peptide configuration from cis to trans.
  • Define harmonic restraints to enforce peptide bond configuration in simulations with NAMD.

See also the Chirality plugin to detect, visualize, correct, and enforce chirality in protein and nucleic acid structures.

Tutorial: A tutorial describing both the Cispeptide and the Chirality plugins can be found here.

Please cite the following reference in any work that uses the Cispeptide plugin:

Publications Database Stereochemical errors and their implications for molecular dynamics simulations. Eduard Schreiner, Leonardo G. Trabuco, Peter L. Freddolino, and Klaus Schulten. BMC Bioinformatics, 12:190, 2011. (9 pages).

Graphical interface

The graphical interface of the Cispeptide plugin is described in this tutorial.

Command-line interface

To load the plugin, type in the VMD text console or the Tk Console: package require cispeptide. The cispeptide commands should then be available. Simply typing cispeptide prints a list of available commands:

Usage: cispeptide  [args...]
Commands:
  check    -- identify cis peptide bonds
  list     -- list identified cis peptide bonds
  minimize -- fix cis peptide bonds using energy minimization
  move     -- move specified atom to convert to trans
  reset    -- reinitialize plugin state
  restrain -- generate NAMD extrabonds file to restrain peptide bonds
  set      -- define how to modify a given cis peptide bond
  show     -- visualize identified cis peptide bonds

Typing each command provides further usage information (e.g., typing cispeptide check will print the usage information for the corresponding command). The command-line interface allows for cis peptide bonds to be identified in text mode (cispeptide check, cispeptide list). One can generate visualizations of cis peptide bonds (cispeptide show), but that obviously requires VMD running on graphics mode.

In order to modify a peptide bond configuration, one first needs to choose which atom (H or O) should be moved (cispeptide set) followed by actually moving the chosen atom (cispeptide move). Finally, one needs to minimize the structure, possibly followed by a short equilibration (cispeptide minimize). This last step lauches AutoIMD, thus also requiring VMD running in graphics mode.

The cispeptide restrain command generates a text file defining harmonic restraints to enforce peptide bond configuration in an MD simulation with NAMD through its extraBonds feature.

Under the hood

Detection of cis peptide bonds

Identifying peptide bonds. When a molecular structure (e.g., a PDB file) is loaded into VMD, a series of heuristics are applied in order to derive a graph describing all the bonds between atoms. If a file containing topology information of the given structure is first loaded (e.g., a PSF file), the graph describing the bonds in the system is derived from the file and VMD does not need to guess. The Cispeptide plugin traverses the bond graph, identifying all peptide bonds in the system.

Missing atoms. The Cispeptide plugin requires that all the following atoms be present in order for a peptide bond to be considered: O, C, N, CA. If any of these atoms are not present, a peptide bond is not considered. The Cispeptide plugin was designed to check and correct models used in molecular dynamics (MD) simulations, which never contain missing atoms. In fact, in order convert a cis peptide bond into the trans, the plugin requires a complete input structure, since an actual MD simulation is performed in the process.

Default selection. The default atom selection considered by the Cispeptide plugin is {same fragment as protein}. VMD considers a residue being a protein residue if and only if it contains atoms named C, N, CA, and O. Thus, selecting simply {protein} may lead to peptide bonds not being analyzed. For example, say residue i contains atoms C, N, CA, and O, but residue i+1 contains only atoms N and CA. VMD considers residue i as a protein residue, but not residue i+1. There is, however, a peptide bond between residues i and i+1, and all the atoms required by the Cispeptide plugin are present (O and C from residue i, N and CA from residue i+1). For VMD, a fragment is a set of connected residues. Setting the default selection to {same fragment as protein} ensures that, as long there is at least one residue with all four atoms C, N, CA, and O in a fragment, all residues in the fragment are taken into account by the Cispeptide plugin.

Alternative conformations. PDB files can contain alternative conformations for certain atoms (altLoc field). In such cases, the Cispeptide plugin considers only the first conformation.

Checking the peptide configuration. In order to determine the configuration of each peptide bond (cis/trans), the dihedral angle O-C-N-CA is calculated. If the absolute value is above a predefined cut-off (85 degrees), the peptide bond is considered to be in the cis configuration.

Conversion of peptide configuration from cis to trans

Moving a hydrogen or oxygen atom. For each cis peptide bond to be corrected, the user should chooses an atom to be moved (hydrogen or oxygen) based on the local geometry (see above). The Cispeptide plugin then moves the requested atom in the direction of the corresponding bond (N-H or C-O) by a distance equal to two times the original bond length. If this operation results in atoms being within 0.5 Angstroms of each other, the atom is moved progressively back until the clashes are resolved and a warning message is printed.

Minimizing/equilibrating the modified structure. After atoms for selected cis peptide bonds were moved, the user can minimize (and optionally equilibrate) the structure using AutoIMD (see above). The Cispeptide plugin provides the AutoIMD plugin with a subset of the original structure containing a region within 10 Angstroms of the modified peptide bonds. In addition, the Cispeptide plugin communicates with the AutoIMD plugin, generating a list of harmonic restraints that are then applied to H-N-C-O dihedral angles corresponding to the modified peptide bonds in order to avoid unphysical rearrangements during optimization of the trans configuration.

Authors

Leonardo Trabuco
Eduard Schreiner
Peter Freddolino