Description Usage Arguments Value Examples
Generates a histogram of percentage of control per samples.
1 | plotControlHist(object, control = NULL)
|
object |
An EMSet object. |
control |
Name of control group to plot. |
A ggplot2 histogram
1 2 3 4 5 | # Load unprocessed EMSet
em_set <- ascend::raw_set
# Plot controls
control_histogram <- plotControlHist(em_set, control = "Mt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.