plot_profile: Expression profile visualization

Description Usage Arguments Value Examples

Description

Creates a plot with module gene expression profiles along samples

Usage

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

## S4 method for signature 'CEMiTool'
plot_profile(cem, order_by_class = TRUE, center_func = "mean")

Arguments

cem

Object of class CEMiTool.

...

Optional parameters.

order_by_class

Logical. Only used if a sample annotation file is present. Whether or not to order by the class column in the sample annotation file (as defined by the class_column slot in cem).

center_func

Character string indicating the centrality measure to show in the plot. Either 'mean' (the default) or 'median'.

Value

Object of class CEMiTool with profile plots

Examples

1
2
3
4
5
6
# Get example CEMiTool object
data(cem)
# Plot module gene expression profiles
cem <- plot_profile(cem)
# Check resulting plot
show_plot(cem, "profile")

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