Description Usage Arguments Value Examples
Generates a barplot of each cell's library size, and arranges them in descending order.
1 | plotLibsizeBoxplot(object)
|
object |
An EMSet. |
A ggplot2 glob containing the barplot.
1 2 3 4 5 | # Load EMSet
EMSet <- ascend::raw_set
# Plot libsize boxplot
libsize_barplot <- plotLibsizeBoxplot(EMSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.