symmetrizeNetwork | R Documentation |
This makes a adjacency matrix symmetric by averaging each value with its transpose.
symmetrizeNetwork(mat, rule = c("AND", "OR"))
mat |
An adjacency matrix. |
rule |
When two nodes are not bidirectionally connected, what should be done?
|
This follows the implementation of the IsingFit package.
A symmetric adjacency matrix.
Sercan Kahveci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.