InverseARCs {GmicR} | R Documentation |
Identifies arcs between nodes with inverse relationships
InverseARCs(Output, threshold = -0.3)
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. |
arcs with inverse relationships
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)