alpacaComputeWBMmat | R Documentation |
This function computes the modularity matrix for a weighted bipartite network.
alpacaComputeWBMmat(edge.mat)
edge.mat |
A table of edges, with the first column representing the TFs ("from" nodes) and the second column representing the targets ("to" nodes). The third column contains the edge weights corresponding to the network of interest. |
Modularity matrix with rows representing TFs ("from" nodes) and columns repesenting targets ("to" nodes)
a <- 1 # example place holder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.