data(example_matrix)
data("example_ground_truth")
network_table <- inferCSN(example_matrix)
calculate_metrics(
network_table,
example_ground_truth,
return_plot = TRUE
)
calculate_metrics(
network_table,
example_ground_truth,
metric_type = "auroc"
)
Run the code above in your browser using DataLab