Plotting distribution of signal

plot_distribution_scExp(
  scExp,
  raw = TRUE,
  log10 = FALSE,
  pseudo_counts = 1,
  bins = 150
)

Arguments

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

Value

A ggplot histogram representing the distribution of count per cell

Examples

data("scExp") plot_distribution_scExp(scExp)