plot_hist: Plot histogram

Description Usage Arguments Value Examples

Description

This function plots a histogram of the distribution of gene expression, to help assess the normality of the data.

Usage

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

## S4 method for signature 'CEMiTool'
plot_hist(cem, filter = FALSE)

Arguments

cem

Object of class CEMiTool

...

Optional parameters

filter

Logical. Whether or not to use filtered data for CEMiTool objects (Default: FALSE).

Value

Object of class CEMiTool containing expression histogram

Examples

1
2
3
4
5
6
# Get example CEMiTool object
data(cem)
# Plot histogram
cem <- plot_hist(cem)
# Check results
show_plot(cem, "hist")

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