saro.geometry {ptm} | R Documentation |
Compute Geometric Parameters of S-Aromatic Motifs
Description
Computes distances and angles of S-aromatic motifs.
Usage
saro.geometry(pdb, rA, chainA = 'A', rB, chainB = 'A')
Arguments
pdb |
either the path to the PDB file of interest or the 4-letters identifier. |
rA |
numeric position of one of the two residues involved in the motif. |
chainA |
a character indicating the chain to which belong the first residue. |
rB |
numeric position of the second residue involved in the motif. |
chainB |
a character indicating the chain to which belong the second residue. |
Details
The distance between the delta sulfur atom and the centroid of the aromatic ring is computed, as well as the angle between this vector and the one perpendicular to the plane containing the aromatic ring. Based on the distance (d) and the angle (theta) the user decide whether the two residues are considered to be S-bonded or not (usually when d < 7 and theta < 60º).
Value
The function returns a dataframe providing the coordinates of the sulfur atom and the centroid (centroids when the aromatic residue is tryptophan), as well as the distance (ångströms) and the angle (degrees) mentioned above.
Author(s)
Juan Carlos Aledo
References
Reid, Lindley & Thornton, FEBS Lett. 1985, 190, 209-213.
See Also
saro.motif(), saro.dist()
Examples
## Not run: saro.geometry('1CLL', rA = 141, rB = 145)