wcor | R Documentation |
Weighted cross correlation
wcor(X, W, method = c("pearson", "spearman")[1], na_zero = T)
X |
Expression matrix, n X p |
W |
Weight matrix, n X n |
method |
Correlation method, pearson or spearman |
na_zero |
Na to zero |
Weighted correlation matrix, p X p
wcor(X=expr_test, W=rbfk_out, method='spearman')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.