Description Usage Arguments Details Value Author(s) References See Also Examples
Calculate the normalized B-value values of waters for a structure.
1 | NormalizedBvalue(Bvalues)
|
Bvalues |
B-value values |
The normalized B-value values are the number of standard deviations from the mean for the water oxygens' B-values within the structure of interest.
The B-value normalization exclusion value is user defined within the main
ConservedWaters()
function but has a default value of 1.0.
Vector of normalized and unitless B-value values.
Emilio Xavier Esposito emilio@exeResearch.com
Oliviero Carugo. Correlation between occupancy and B value of water molecules in protein crystal structures. Protein Engineering, 1999, 12 (12), pp 1021-1024. DOI: 10.1093/protein/12.12.1021 PMID: 10611392
Other "Bound Water Environment": BoundWaterEnvironment.interact
,
BoundWaterEnvironment.quality
,
BoundWaterEnvironment
,
Mobility
, calcBvalue
,
calcNearbyHydrationFraction
,
calcNumHydrogenBonds
1 2 3 4 5 6 7 8 | set.seed(13)
Bvalues <- sample(thrombin.1hai$atom$b, 10)
Bvalues
# [1] 45.73 45.40 20.24 39.30 35.53
# 22.16 35.81 15.35 22.73 21.34
NormalizedBvalue(Bvalues)
# [1] 1.3698 1.3404 -0.9017 0.7968 0.4608
# -0.7306 0.4858 -1.3375 -0.6798 -0.8037
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.