View source: R/fct_09_network.R
get_network_plot | R Documentation |
Create a network plot of the top genes found with the WGCNA package.
get_network_plot(adjacency_matrix, edge_threshold)
adjacency_matrix |
igraph object |
edge_threshold |
Value from 1 to 0.1 (0.4 recommended) |
A function that can be stored as an object and then called to produce the plot that the function created. If it is not stored and called, the function will only return another function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.