plot_distribution_scExp {ChromSCape} | 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)