Usage
cnetplot(
x,
layout = igraph::layout_nicely,
showCategory = 5,
color_category = "#E5C494",
size_category = 1,
color_item = "#B3B3B3",
size_item = 1,
color_edge = "grey",
size_edge = 0.5,
categorySizeBy = ~itemNum,
node_label = "all",
foldChange = NULL,
fc_threshold = NULL,
hilight = "none",
hilight_alpha = 0.3,
...
)# S3 method for list
cnetplot(
x,
layout = "nicely",
showCategory = 5,
color_category = "#E5C494",
size_category = 1,
color_item = "#B3B3B3",
size_item = 1,
color_edge = "grey",
size_edge = 0.5,
categorySizeBy = ~itemNum,
node_label = "all",
foldChange = NULL,
fc_threshold = NULL,
hilight = "none",
hilight_alpha = 0.3,
...
)