plot_mean_k: Network mean connectivity

plot_mean_kR Documentation

Network mean connectivity

Description

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

Usage

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

# 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")


csbl-usp/CEMiTool documentation built on March 27, 2024, 5:14 a.m.