View source: R/exploratory_analysis.R
plot_ngenes_per_module | R Documentation |
Plot number of genes per module
plot_ngenes_per_module(net = NULL)
net |
List object returned by |
A ggplot object with a bar plot of gene number in each module.
data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
plot_ngenes_per_module(gcn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.