plot_module: Plot interactive molecular network

View source: R/ModuleTool.R

plot_moduleR Documentation

Plot interactive molecular network

Description

Plot interactive molecular network

Usage

plot_module(
  gene_sets,
  network,
  ica.score,
  nodeSize = "ica.score",
  fontSize = 15,
  charge = -100,
  width = 500,
  height = 500,
  size_scale = 1
)

Arguments

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)

Value

a interactive plot of molecular network


WWXkenmo/ICAnet documentation built on April 11, 2022, 5:44 a.m.