View source: R/fct_09_network.R
get_network | R Documentation |
Create a network plot of the top genes found with the WGCNA package.
get_network(
select_wgcna_module,
wgcna,
top_genes_network,
select_org,
all_gene_info,
edge_threshold
)
select_wgcna_module |
The module to create a plot of the top genes for,
options can be found with the |
wgcna |
List returned from the |
top_genes_network |
Number of genes to include in the network plot |
select_org |
Organism the expression data is for |
all_gene_info |
Gene info that was found from querying the database |
edge_threshold |
Value from 1 to 0.1 (0.4 recommended) |
An adjacency matrix of the top genes in the selected module
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.