Learn R Programming

sctransform (version 0.4.2)

row_gmean: Geometric mean per row

Description

Geometric mean per row

Usage

row_gmean(x, eps = 1)

Value

geometric means

Arguments

x

matrix of class matrix or dgCMatrix

eps

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