plot_umi_per_cell | R Documentation |
If max_zscore
is specified, then there is both a high and a low cutoff, both of which are determined by Z-scoring the log-transformed UMI counts. Otherwise if min_rna_umi
is specified, then there is only a low cutoff. If neither is specified, then no cutoff is shown.
plot_umi_per_cell(cds, max_zscore = NULL, min_rna_umi = NULL)
cds |
A cell_data_set for plotting. |
max_zscore |
Cutoff for the maximum Z-score of the log-transformed UMIs per cell. If NULL, then |
min_rna_umi |
Cutoff for the minimum number of UMIs per cell. Ignored if |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.