Description Usage Arguments Value Examples
Generates a histogram of all cell feature counts.
1 | plotFeatureHist(object)
|
object |
An EMSet object. |
A ggplot2 glob containing the histogram.
1 2 3 4 5 | # Load unprocessed EMSet
em_set <- ascend::raw_set
# Use function to plot features
feature_plot <- plotFeatureHist(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.