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


sctransform documentation built on Jan. 10, 2026, 9:17 a.m.