- data
Dataframe: Network data from WGCNA tan module top-200 dataframe (1st-col: Source, 2nd-col: Target).
- calc_by
Character: calculate relationship by "degree", "node". Default: "degree".
- degree_value
Numeric: degree value when calc_by = "degree". Default: 0.05, min: 0.00, max: 1.00.
- normal_color
Character: normal relationship nodes color (color name of hex value).
- border_color
Character: node border color (color name or hex value).
- from_color
Character: the start color of nodes that meet degree_value.
- to_color
Character: the end color of nodes that meet degree_value.
- normal_shape
Character: normal node shape. Default: "circle", options: "circle", "crectangle", "csquare", "none", "pie", "raster", "rectangle", "sphere", "square", "vrectangle".
- spatial_shape
Character: meet degree_value node shape. Default: "csquare", options: "circle", "crectangle", "csquare", "none", "pie", "raster", "rectangle", "sphere", "square", "vrectangle".
- node_size
Numeric: node size. Default: 10, min: 0, max: NULL.
- lable_color
Character: gene labels color. Default: "#FFFFFF".
- label_size
Numeric: node label size. Default: 0.5, min: 0, max: NULL.
- edge_color
Character: edges color. Default: "#888888".
- edge_width
Numeric: edges width. Default: 1.5.
- edge_curved
Logical: curved edges. Default: TRUE, options: TRUE, FALSE.
- net_layout
Character: network layout. Default: "layout_on_sphere", options: "layout_as_bipartite", "layout_as_star", "layout_as_tree", "layout_components", "layout_in_circle", "layout_nicely", "layout_on_grid", "layout_on_sphere","layout_randomly","layout_with_dh","layout_with_drl","layout_with_fr","layout_with_gem","layout_with_graphopt","layout_with_kk","layout_with_lgl","layout_with_mds","layout_with_sugiyama".