DeltaZAnalysis.Louvain: Edge subtraction method (Louvain optimizaton)

Description Usage Arguments Value Examples

Description

Takes two networks, subtracts edges individually, and then clusters the subtracted network using Louvain method.

Usage

1
DeltaZAnalysis.Louvain(net.table, file.stem)

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.

Value

List where first element is the membership vector and second element is the contribution score of each node to its community's modularity in the final edge-subtracted network

Examples

1

meghapadi/ALPACA documentation built on May 20, 2019, 6:47 p.m.