net_grp_cmp {mina}R Documentation

Compare the group features between networks.

Description

Compare the group features between networks.

Compare the group features between networks.

Usage

net_grp_cmp(x, cmp = "contrast", dir = "./", grp)

## S4 method for signature 'character'
net_grp_cmp(x, cmp = "contrast", dir = "./", grp)

Arguments

x

The folder with all network inference results generated by bs_pm()

cmp

The compared feature of grp, default 'contrast'.

dir

The directory to store the alculated node features.

grp

The table with group information.

Examples

## Not run: 
net_node_cmp("./individual_bs_pm/", f = "contrast", dir = "./", grp =
cls_tab(maize))

## End(Not run)
## Not run: 
net_node_cmp("./individual_bs_pm/", f = "contrast", dir = "./", grp =
cls_tab(maize))

## End(Not run)

[Package mina version 1.1.11 Index]