sip(...)"sip"(a, b, ...)"sip"(enma, ncore=NULL, ...)"sip"(v, w, ...)
"enma"
obtained from function
nma.pdbs
. ncore>1
requires package parallel installed. nma
to
be compared to b
. nma
to
be compared to a
. Calculate the correlation between two atomic fluctuation vectors.
SIP is a measure for the similarity of atomic fluctuations of two proteins, e.g. experimental b-factors, theroetical RMSF values, or atomic fluctuations obtained from NMA.
Skjaerven, L. et al. (2014) BMC Bioinformatics 15, 399. Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696. Fuglebakk, E. et al. (2013) JCTC 9, 5618--5628.
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") ) a <- nma(pdb)Building Hessian... Done in 0.053 seconds. Diagonalizing Hessian... Done in 0.134 seconds.b <- nma(pdb, ff="anm")Building Hessian... Done in 0.046 seconds. Diagonalizing Hessian... Done in 0.133 seconds.sip(a$fluctuations, b$fluctuations)[1] 0.9281376