sponge_plot_network | R Documentation |
Plot a sponge network
sponge_plot_network( sponge_result, mir_data, layout = "layout.fruchterman.reingold", force.directed = FALSE, ... )
sponge_result |
ceRNA interactions as produced by the sponge method. |
mir_data |
miRNA interactions as produced by sponge_gene_miRNA_interaction_filter |
layout |
one of the layout methods supported in the visNetwork package |
force.directed |
whether to produce a force directed network, gets slow for large networks |
... |
further params for sponge_network |
shows a plot
sponge_plot_network(ceRNA_interactions, mir_interactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.