Plot coefficients for multiple targets
Examples
data(example_matrix)
network_table <- inferCSN(
example_matrix,
targets = c("g1", "g2", "g3")
)
#> ℹ [2025-10-16 02:36:45] Running for <dense matrix>.
#> ◌ [2025-10-16 02:36:45] Checking input parameters...
#> ℹ [2025-10-16 02:36:45] Using 3 targets
#> ℹ [2025-10-16 02:36:45] Using `L0` sparse regression model
#> ℹ [2025-10-16 02:36:45] Using 1 core
#> ℹ [2025-10-16 02:36:45] Building results
#> ✔ [2025-10-16 02:36:45] Run done.
plot_coefficients(network_table, show_values = FALSE)
plot_coefficients(network_table, targets = "g1")