d_edgesC {dnapath}R Documentation

C++ implementation of d_edges

Description

Calculates differential network score for each edge in a network

Usage

d_edgesC(nw1, nw2, lp)

Arguments

nw1

The association scores for network 1

nw2

The association scores for network 2

lp

The lp value to use.

Value

A matrix of differential network scores for the edges.


[Package dnapath version 0.7.4 Index]