NormalizeCountMatrix: Apply BRD scaling factors

Description Usage Arguments Value See Also

View source: R/BRD_V3.R

Description

Apply precomputed BRD normalization factors to a read count matrix. Use as.log2 = TRUE if you want to provide a matrix of log2 transformed read counts instead of raw read counts.

Usage

1
NormalizeCountMatrix(x, brd, as.log2 = FALSE)

Arguments

x

matrix of read counts (rows = observations, columns = samples or conditions).

brd

result of a prior call to the BRD function.

as.log2

logical (default = FALSE, no).

Value

NormalizeCountMatrix returns a matrix.

See Also

BRD, ScalingFactors, ReadCountMatrix


benja0x40/Tightrope documentation built on May 24, 2019, 1:35 a.m.