sdENM | R Documentation |
A dictonary of spring force constants for the sdENM force field.
data(sdENM)
An array of 27 matrices containg the spring force constants for the ‘sdENM’ force field (see Dehouch et al for more information). Each matrix in the array holds the force constants for all amino acid pairs for a specific distance range.
See examples for more details.
Dehouck Y. & Mikhailov A.S. (2013) PLoS Comput Biol 9:e1003209.
Skjaerven, L. et al. (2014) BMC Bioinformatics 15, 399. Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696. Dehouck Y. et al. (2013) PLoS Comput Biol 9:e1003209.
## Load force constant data
data(sdENM)
## force constants for amino acids A, C, D, E, and F
## in distance range [4, 4.5)
sdENM[1:5, 1:5, 1]
## and distance range [4.5, 5)
sdENM[1:5, 1:5, 2]
## amino acid pair A-P, at distance 4.2
sdENM["A", "P", 1]
## Not run:
## for use in NMA
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") )
modes <- nma(pdb, ff="sdenm")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.