data(example_matrix)
network_table <- inferCSN(
example_matrix,
targets = c("g1", "g2", "g3")
)
plot_coefficients(network_table, show_values = FALSE)
plot_coefficients(network_table, targets = "g1")
Run the code above in your browser using DataLab