plot_ngenes_per_module {BioNERO} | 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)