powered by
Generates visualizations comparing edges of two networks.
plot_edges_comparison( network_table, ground_truth, color_pattern = list(predicted = "gray", ground_truth = "#bb141a", overlap = "#1966ad", total = "#6C757D") )
A patchwork plot object containing network edge comparison and distribution plots
A data frame of predicted network structure.
A data frame of ground truth network.
A list of colors for different categories.
data(example_matrix) data("example_ground_truth") network_table <- inferCSN(example_matrix) plot_edges_comparison( network_table, example_ground_truth )
Run the code above in your browser using DataLab