addNormalizedAssays: addNormalizedAssays

View source: R/misc.R

addNormalizedAssaysR Documentation

addNormalizedAssays

Description

addNormalizedAssays

Usage

addNormalizedAssays(se, readLength = 50L)

Arguments

se

A bin-wise 'SummarizedExperiment' as produced by countFeatures

readLength

Used as a minimum width to estimate read density (default 50).

Value

The 'se' object with populated 'logcpm' and 'logNormDensity' assays.

Examples

data(example_bin_se)
example_bin_se <- addNormalizedAssays(example_bin_se)

ETHZ-INS/diffUTR documentation built on March 18, 2023, 8:54 a.m.