plot_distribution_scExp: Plotting distribution of signal

Description Usage Arguments Value Examples

View source: R/plotting_functions.R

Description

Plotting distribution of signal

Usage

1
2
3
4
5
6
7
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

1
2

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.