Description Usage Arguments Value Examples
View source: R/plotting_functions.R
Plotting distribution of signal
1 2 3 4 5 6 7 |
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
1 2 | data("scExp")
plot_distribution_scExp(scExp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.