Description Usage Arguments Details Value Author(s) References See Also Examples
Calculate the B-value for an atom.
1 | calcBvalue(rmsfValue)
|
rmsfValue |
rmsf value calculated by |
The B-value (aka B-factor) is calcualted from the rmsf from a
collection of atoms. The rmsf is calculated using bio3d::rmsf()
.
B-value = rmsf^2 * 8 * pi^2
The calculated B-values are returned within the BoundWaterEnvironment()
results and used to define the size of conserved waters for the depiction
of MDS conserved waters.
B-value (aka B-factor) in Angstroms^2^
Emilio Xavier Esposito emilio@exeResearch.com
Eaton E Lattman & Patrick J Loll. Protein Crystallography: A Concise Guide. Baltimore, Maryland, USA: The Johns Hopkins University Press, 2008. QP551.L345 2008. ISBN: 978-0-8018-8808-3 website
Other "Bound Water Environment": BoundWaterEnvironment.interact
,
BoundWaterEnvironment.quality
,
BoundWaterEnvironment
,
Mobility
, NormalizedBvalue
,
calcNearbyHydrationFraction
,
calcNumHydrogenBonds
1 2 3 4 5 6 7 8 9 10 | calcBvalue(rmsfValue=0.25)
# [1] 4.935
calcBvalue(rmsfValue=0.50)
# [1] 19.74
calcBvalue(rmsfValue=0.75)
# [1] 44.41
calcBvalue(rmsfValue=1.0)
# [1] 78.96
calcBvalue(rmsfValue=1.25)
# [1] 123.4
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.