Description Usage Arguments Value Examples
Generates a violin/beeswarm plot of percentage of control expression per
sample. Called by plotGeneralQC
.
1 | plotControlPctPerSample(object, control = NULL)
|
object |
An |
control |
Name of the control you would like to plot. |
A ggplot2 object containing a violin-beeswarm plot
1 2 3 4 5 | # Load EMSet
EMSet <- ascend::raw_set
# Generate control violin
control_violin <- plotControlPctPerSample(EMSet, control = "Mt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.