Galaxy | Tool Preview

Ramachandran Plots (version 1.0.0+galaxy0)
Torsion Parameters
Torsion Parameters 0

What it does

A Ramachandran plot ([φ,ψ] plot) was originally developed as a way to visualize the energetically allowed regions for backbone dihedral angles ψ and φ of an amino acid. It can be also used to calculate glycosidic φ and ψ angles formed between carbohydrates. This tool can calculate and plot the histogram (Ramachandran plot) of user-defined φ and ψ angles of a trajectory.


Input

  • Trajectory file (DCD).
  • PDB file.
  • Text file in YAML format with Segment IDs, residue IDs and names of the four atoms to calculate dihedrals.

Note that a MDAnalysis 'segment' is a larger organizational unit, for example one protein or all the solvent molecules or simply the whole system.

  • For protein φ and ψ dihedral definitions see https://proteinstructures.com/Structure/Structure/Ramachandran-plot.html

  • For glycan φ and ψ dihedral definitions, see
    • Glycan Structure Website - The glycosidic torsion angle definition is adopted from the crystallographic definition; O5-C1-O1-C'x (Φ; phi), C1-O1-C'x-C'x-1 (Ψ; psi), and O1-C'6-C'5-O'5 (ω; omega). The torsion angle between the first residue of the N-glycan chain and the side chain of the asparagine residue is defined as O5-C1-N'D2-C'G (Φ; phi) and C1-N'D2-C'G-C'B (Ψ; psi). The torsion angle between the first residue of the O-glycan chain and the side chain of the serine residue is defined as O5-C1-O'G-C'B (Φ; phi) and C1-O'G-C'B-C'A (Ψ; psi). For threonine residue, OG1 is used instead of OG. The atom names are based on the CHARMM topology.
    • Glycosciences Website - NMR definition - Φ phi: H1-C1-O1-C′X Ψ psi: C1-O1-C′X-H′X ω omega: O1-C′6-C′5-H′5 Crystallographic definition - Φ phi: O5-C1-O1-C′X Ψ psi: C1-O1-C′X-C′X+1 ω omega: O1-C′6-C′5-O′5
  • An example of a yaml formatted selection for φ-ψ of a small glycoprotein called PROF with a carbohydrate portion called CARA where φ=O5-C1-OG1-CB1 and ψ=C1-OG1-CB-CA for the selected segment and residue ids.

    ramachandran1:
      phi:
        atom1:
         segid: CARA
         resid: 1
         name: O5
        atom2:
         segid: CARA
         resid: 1
         name: C1
        atom3:
         segid: PROF
         resid: 4
         name: OG1
        atom4:
         segid: PROF
         resid: 4
         name: CB
      psi:
        atom1:
         segid: CARA
         resid: 1
         name: C1
        atom2:
         segid: PROF
         resid: 4
         name: OG1
        atom3:
         segid: PROF
         resid: 4
         name: CB
        atom4:
         segid: PROF
         resid: 4
         name: CA
      comment: pick visually using VMD using labels. Go to labels, dihedral to see the information about resname resid and atomname and then lookup the segname for ach atom.
    

Output

  • Tab-separated file of raw data of the φ,ψ angles over time.
  • Image (as png) of the Ramachandran plot.