data(example_matrix)
network_table <- inferCSN(example_matrix)
network_format(
network_table,
regulators = "g1"
)
network_format(
network_table,
regulators = "g1",
abs_weight = FALSE
)
network_format(
network_table,
targets = "g3"
)
network_format(
network_table,
regulators = c("g1", "g3"),
targets = c("g3", "g5")
)
Run the code above in your browser using DataLab