Description Usage Arguments Details Value See Also Examples
Computes the distance to the closest amino acid of the indicated type
1 | dist2closest(pdb, chain, res, aa = "M", backbone = FALSE)
|
pdb |
is either a PDB id, or the path to a pdb file. |
chain |
chain ID. |
res |
position of the residue of interest. |
aa |
amino acid of interest. |
backbone |
logical, when TRUE it means that we include those atoms belonging to the main chain (CA, N, O and C) beside all the side chain atoms. |
The identity of the closest Aa is given as an attribute.
Numerical value indicating the distance in ångströms (Å).
res.dist(), pairwise.dist(), ball()
1 | ## Not run: dist2closest(pdb = '1q8k', chain = 'A', res = 222, aa = 'S')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.