alpaca: Main ALPACA function

Description Usage Arguments Value Examples

Description

This function compares two networks and finds the sets of nodes that best characterize the change in modular structure

Usage

1
alpaca(net.table, file.stem, verbose = F)

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.

verbose

Indicates whether the full differential modularity matrix should also be written to a file. Defaults to FALSE.

Value

List where first element is the membership vector and second element is the contribution score of each node to its module's total differential modularity

Examples

1

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