get_contrast_grp {mina}R Documentation

Get the contrast of groups of nodes between two networks/adjacency matrices.

Description

Get the contrast of groups of nodes between two networks/adjacency matrices.

Usage

get_contrast_grp(x, y, grp)

Arguments

x

The network/adjacency matrix of one of the compared condition.

y

The other network/adjacency matrix.

grp

The group information.

Value

The contrast between two matrices.


[Package mina version 1.2.0 Index]