Description Usage Arguments Value Examples
Generates a violin-beeswarm plot of top gene counts and contribution to to a cell's total expression.
1 | plotTopGenesPerSample(object)
|
object |
An |
A ggplot2 object containing a violin-beeswarm plot
1 2 3 4 5 | # Load unprocessed EMSet
em_set <- ascend::raw_set
# Plot top genes
topgenes <- plotTopGenesPerSample(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.