sponge_plot_network: Plot a sponge network

Description Usage Arguments Value Examples

View source: R/fn_plots.R

Description

Plot a sponge network

Usage

1
2
sponge_plot_network(sponge_result, mir_data,
  layout = "layout.fruchterman.reingold", force.directed = FALSE, ...)

Arguments

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

Value

shows a plot

Examples

1

SPONGE documentation built on Nov. 8, 2020, 5:39 p.m.