Takes two networks, subtracts edges individually, and then clusters the subtracted network using Louvain method.
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.
- file.stem
The folder location and title under which all results will be stored.