Description Usage Arguments Details Value See Also Examples
Finds the atoms within a sphere with the indicated center and radius
1 |
pdb |
is either a PDB id, or the path to a pdb file. |
chain |
a character indicating the chain to which the residue belongs |
res |
position in the primary structure of the residue of interest, which will be use as center of the sphere. |
r |
radious in ångströms of the sphere. |
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 position indicated by res must be occupied by one of the following amino acids (otherwise the function will return an error message): Met (SD atom), Cys (SG atom), Glu (centroid of OE1 and OE2 atoms), Asp (centroid of OD1 and OD2 atoms), His (centroid of ND1 and NE2 atoms), Lys (NZ atom), Arg (centroid of NE, NH1 and NH2 atoms), Phe (centroid of CG, CD1, CD2, CE1, CE2 and CZ atoms), Tyr (centroid of CG, CD1, CD2, CE1, CE2 and CZ atoms), Trp ... All the atoms belonging to the central residue are excluded from the results.
A dataframe with the atoms identification and their distances to the central atom.
res.dist(), pairwise.dist(), dist2closest()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.