row_gmean {sctransform} | R Documentation |
Geometric mean per row
Description
Geometric mean per row
Usage
row_gmean(x, eps = 1)
Arguments
x |
matrix of class |
eps |
small value to add to x to avoid log(0); default is 1 |
Value
geometric means
[Package sctransform version 0.4.1 Index]