row_gmean: Geometric mean per row

View source: R/utils.R

row_gmeanR Documentation

Geometric mean per row

Description

Geometric mean per row

Usage

row_gmean(x, eps = 1)

Arguments

x

matrix of class matrix or dgCMatrix

eps

small value to add to x to avoid log(0); default is 1

Value

geometric means


ChristophH/sctransform documentation built on Oct. 22, 2023, 3:28 p.m.