Description Usage Arguments Value Examples
Generates a violin-beeswarm plot of library sizes per sample.
1  | plotLibsizePerSample(object)
 | 
object | 
 An   | 
A ggplot2 object containing a violin-beeswarm plot
1 2 3 4 5  | # Load unprocessed EMSet
EMSet <- ascend::raw_set
# Plot library size per sample
libsize_per_sample <- plotLibsizePerSample(EMSet)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.