covsoverlap | R Documentation |
Calculate the covariance overlap obtained from NMA.
covsoverlap(...)
## S3 method for class 'enma'
covsoverlap(enma, ncore=NULL, ...)
## S3 method for class 'nma'
covsoverlap(a, b, subset=NULL, ...)
enma |
an object of class |
ncore |
number of CPU cores used to do the calculation.
|
a |
a list object with elements ‘U’ and ‘L’
(e.g. as obtained from function |
b |
a list object with elements ‘U’ and ‘L’
(e.g. as obtained from function |
subset |
the number of modes to consider. |
... |
arguments passed to associated functions. |
Covariance overlap is a measure for the similarity between two covariance matrices, e.g. obtained from NMA.
Returns the similarity coefficient(s).
Lars Skjaerven
Skjaerven, L. et al. (2014) BMC Bioinformatics 15, 399. Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696. Romo, T.D. et al. (2011) Proteins 79, 23–34.
Other similarity measures:
sip
, covsoverlap
, bhattacharyya
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.