Community comparison method (CONDOR optimizaton)
Source:R/ALPACA.R
alpacaRotationAnalysisLouvain.Rd
Takes two networks, finds community structure of each one individually using a generalization of the Louvain method, and then ranks the nodes that show the biggest difference in their community membership.
Arguments
- net.table
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 control or healthy network, and the fourth column contains the edge weights for the disease network or network of interest.