log_normalize: Log-normalize a matrix

Description Usage Arguments Value See Also

View source: R/normalize.R

Description

Normalization performed by dividing by column sums (total counts per cell) and scaled by a constant. Log values are returned with a pseudocount of 1.

Usage

1
log_normalize(mat, constant = 10000)

Arguments

mat

input matrix

constant

multiply normalized counts by this scalar to prevent small numbers

Value

matrix of normalized values.

See Also

Other normalization methods: clr_normalize


hesselberthlab/scrunchy documentation built on Nov. 11, 2019, 2:29 p.m.