plot_hist: Plot histogram

plot_histR Documentation

Plot histogram

Description

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

Usage

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

# Get example CEMiTool object
data(cem)
# Plot histogram
cem <- plot_hist(cem)
# Check results
show_plot(cem, "hist")


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