cov.nma | R Documentation |
Calculate the covariance matrix from a normal mode object.
## S3 method for class 'nma'
cov(nma)
## S3 method for class 'enma'
cov(enma, ncore=NULL)
nma |
an |
enma |
an |
ncore |
number of CPU cores used to do the calculation.
|
This function calculates the covariance matrix from a nma
object as obtained from function nma.pdb
or covariance matrices
from a enma
object as obtain from function nma.pdbs
.
Returns the calculated covariance matrix (function cov.nma
), or
covariance matrices (function cov.enma
).
Lars Skjaerven
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696. Fuglebakk, E. et al. (2013) JCTC 9, 5618–5628.
nma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.