plot_module | R Documentation |
Plot interactive molecular network
plot_module( gene_sets, network, ica.score, nodeSize = "ica.score", fontSize = 15, charge = -100, width = 500, height = 500, size_scale = 1 )
gene_sets |
the module needed to plot the interaction network |
network |
the molecular network |
ica.score |
the ica-components |
nodeSize |
the character value indicating node size is showed according to which information ("ica.score" or "degree") |
fontSize |
the integer value indicating the size of font (Default: 15) |
charge |
the integer value indicating the degree of expanding of network (Default: -100) |
width |
width of the graph |
height |
height of the graph |
size_scale |
the size of the node (Default: 1) |
a interactive plot of molecular network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.