data(example_matrix)
network_table <- inferCSN(example_matrix)
plot_static_networks(
network_table,
regulators = "g1"
)
plot_static_networks(
network_table,
targets = "g1"
)
plot_static_networks(
network_table,
regulators = "g1",
targets = "g2"
)
Run the code above in your browser using DataLab