View source: R/plotting_functions.R
plot_distribution_scExp | R Documentation |
Plotting distribution of signal
plot_distribution_scExp(
scExp,
raw = TRUE,
log10 = FALSE,
pseudo_counts = 1,
bins = 150
)
scExp |
A SingleCellExperiment Object |
raw |
Use raw counts ? |
log10 |
Transform using log10 ? |
pseudo_counts |
Pseudo-count to add if using log10 |
bins |
Number of bins in the histogram |
A ggplot histogram representing the distribution of count per cell
data("scExp")
plot_distribution_scExp(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.