InverseARCs {GmicR}R Documentation

Identifies arcs between nodes with inverse relationships

Description

Identifies arcs between nodes with inverse relationships

Usage

InverseARCs(Output, threshold = -0.3)

Arguments

Output

a data frame containing the output of BN_Conditions function.

threshold

number indicating the maximum slope for defining negative relationships. Default level is -0.3.

Value

arcs with inverse relationships

Examples

GMIC_net_dir<-system.file("extdata", "GMIC_net.Rdata", 
package = "GmicR", mustWork = TRUE)
load(GMIC_net_dir)
GMIC_Final<-InverseARCs(GMIC_net, threshold = -0.3)

[Package GmicR version 1.6.0 Index]