plot_mito_umi_per_cell | R Documentation |
Plot a histogram of the percentage of UMIs mapping to mitochondria for each cell.
plot_mito_umi_per_cell(cds, max_mito_pct = .max_mito_pct, pseudocount = 0.001)
cds |
A cell_data_set for plotting. |
max_mito_pct |
Cutoff for the maximum percentage of UMIs mapping to mitochondria. |
pseudocount |
Value to add to the percentages before taking the log. Note that this is in terms of percent, not fractional. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.