saro.dist | R Documentation |
Computes distances to the closest aromatic residues.
saro.dist(pdb, threshold = 7, rawdata = FALSE)
pdb |
either the path to the PDB file of interest or the 4-letters identifier. |
threshold |
distance in ångströms, between the S atom and the aromatic ring centroid, used as threshold. |
rawdata |
logical to indicate whether we also want the raw distance matrix between delta S and aromatic ring centroids. |
For each methionyl residue this function computes the distances to the closest aromatic ring from Y, F and W. When that distance is equal or lower to the threshold, it will be computed as a S-aromatic motif.
The function returns a dataframe with as many rows as methionyl residues are found in the protein. The distances in ångströms to the closest tyrosine, phenylalanine and triptophan are given in the columns, as well as the number of S-aromatic motifs detected with each of these amino acids. Also a raw distance matrix can be provided.
Juan Carlos Aledo
Reid, Lindley & Thornton, FEBS Lett. 1985, 190:209-213.
saro.motif(), saro.geometry()
## Not run: saro.dist('1CLL')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.