clr_normalize: Centered log-ratio normalize a matrix

Description Usage Arguments Details Value See Also

View source: R/normalize.R

Description

Normalization performed by dividing each value by the geometric mean of all values for a cell, returning log values.

Usage

1

Arguments

mat

input matrix

Details

This normalization strategy is used for CITE-seq and other feature data in Seurat.

Value

matrix of normalized values.

See Also

https://stackoverflow.com/questions/2602583/geometric-mean-is-there-a-built-in

Other normalization methods: log_normalize


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