Description Usage Arguments Value
View source: R/symmetric_matrix.R
Function that calculates the mutual expression between genes in a expression table.
1 | symmetric_matrix_generator(exp_matrix, max.expression)
|
exp_matrix |
The expression matrix where rows are the genes and columns are the samples/observations. |
max.expression |
is the maximum average value to normalize the average values of variables in exp_matrix. |
A symmetric matrix, sym_mat
, that contains mutual expression value
between 0 and 1 to symbolize relationship between variable x and variable y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.