powered by
Plot contrast networks
plot_contrast_networks( network_table, degree_value = 0, weight_value = 0, legend_position = "bottom" )
A ggplot2 object.
The weight data table of network.
Degree value to filter nodes. Default is 0.
0
Weight value to filter edges. Default is 0.
The position of legend. Default is "bottom".
"bottom"
data(example_matrix) network_table <- inferCSN(example_matrix) plot_contrast_networks(network_table[1:50, ])
Run the code above in your browser using DataLab