sponge_plot_network_centralities {SPONGE} | R Documentation |
plot node network centralities
sponge_plot_network_centralities( network_centralities, measure = "all", x = "degree", top = 5, base_size = 18 )
network_centralities |
a result from sponge_node_centralities() |
measure |
one of 'all', 'degree', 'ev' or 'btw' |
x |
plot against another column in the data table, defaults to degree |
top |
label the top x samples in the plot |
base_size |
size of the text in the plot |
a plot
## Not run: network_centralities <- sponge_node_centralities(ceRNA_interactions) sponge_plot_network_centralities(network_centralities) ## End(Not run)