Description Usage Arguments Value Examples
View source: R/fn_network_centralities.R
plot node network centralities
1 2 | 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
1 2 3 4 | ## Not run:
network_centralities <- sponge_node_centralities(ceRNA_interactions)
sponge_plot_network_centralities(network_centralities)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.