plot_ngenes_per_module {BioNERO}R Documentation

Plot number of genes per module

Description

Plot number of genes per module

Usage

plot_ngenes_per_module(net = NULL)

Arguments

net

List object returned by exp2gcn.

Value

A ggplot object with a bar plot of gene number in each module.

See Also

ggbarplot

Examples

data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
plot_ngenes_per_module(gcn)

[Package BioNERO version 1.0.4 Index]