Description Usage Arguments Value Author(s) Examples
wcor
returns correlations weighted according to a provided object of
class Weights
.
1 | wcor(X, anno, Factor, Weights)
|
X |
A matrix of gene expression values. |
anno |
A dataframe or a matrix containing the annotation of arrays in |
Factor |
A character string corresponding to a column name of |
Weights |
An object of class |
wcor
returns a matrix.
Saskia Freytag
1 2 3 4 5 6 |
[,1] [,2] [,3] [,4] [,5]
[1,] 1.00000000 -0.3257945 0.59885559 -0.3667044 0.03997998
[2,] -0.32579447 1.0000000 -0.17590341 0.2796749 0.30728301
[3,] 0.59885559 -0.1759034 1.00000000 -0.4715692 0.01317038
[4,] -0.36670438 0.2796749 -0.47156920 1.0000000 -0.10343368
[5,] 0.03997998 0.3072830 0.01317038 -0.1034337 1.00000000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.