plot_mean_k: Network mean connectivity

Description Usage Arguments Value Examples

Description

Creates a graph showing the mean connectivity of genes in the network

Usage

1
2
3
4
plot_mean_k(cem, ...)

## S4 method for signature 'CEMiTool'
plot_mean_k(cem, title = "Mean connectivity")

Arguments

cem

Object of class CEMiTool.

...

Optional parameters.

title

title of the graph

Value

Object of class CEMiTool with connectivity plot

Examples

1
2
3
4
5
6
# Get example CEMiTool object
data(cem)
# Plot scale-free model fit as a function of the soft-thresholding beta parameter choice
cem <- plot_mean_k(cem)
# Check resulting plot
show_plot(cem, "mean_k")

CEMiTool documentation built on March 13, 2021, 2 a.m.