Description Usage Arguments Details Value Author(s) See Also Examples
Calculate the number of hydrogen bonds.
1 | calcNumHydrogenBonds(distances, nearby.atoms.idc, names.atoms, set.oi.idc)
|
distances |
between water atom of interest and the protein atoms, water oxygen atoms, or HETATMs |
nearby.atoms.idc |
numeric vector of atom indices near water of interest |
names.atoms |
names of atoms; e.g.; c("CB", "CA", "N", "O", "CZ") |
set.oi.idc |
numeric vector of indices for protein atoms, water oxygen atoms, or HETATMs |
The summation, mean, and standard deviation of the hydrophilicity
fraction for the protein atoms within the user specified distance for the
BoundWaterEnvironment()
function are calculated and returned.
Number of possible hydrogen bonds between the water of interest and the protein atoms within 3.5 Angstroms of the water.
Emilio Xavier Esposito emilio@exeResearch.com
Other "Bound Water Environment": BoundWaterEnvironment.interact
,
BoundWaterEnvironment.quality
,
BoundWaterEnvironment
,
Mobility
, NormalizedBvalue
,
calcBvalue
,
calcNearbyHydrationFraction
1 2 3 4 5 6 7 8 9 | ## Not run:
distances <- PDB.1hai.h2o.prot.dists[3, ]
nearby.atoms.idc <- Nearby(distances, set.idc = prot.idc, radius = 3.6)
names.atoms <- PDB.1hai.aoi.clean$elety[prot.idc]
calcNumHydrogenBonds(distances, nearby.atoms.idc, names.atoms,
set.oi.idc = prot.idc)
# [1] 4
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.