plot_hist {CEMiTool} | R Documentation |
This function plots a histogram of the distribution of gene expression, to help assess the normality of the data.
plot_hist(cem, ...) ## S4 method for signature 'CEMiTool' plot_hist(cem, filter = FALSE)
cem |
Object of class |
... |
Optional parameters |
filter |
Logical. Whether or not to use filtered data for CEMiTool objects (Default: FALSE). |
Object of class CEMiTool
containing expression histogram
# Get example CEMiTool object data(cem) # Plot histogram cem <- plot_hist(cem) # Check results show_plot(cem, "hist")