| row_gmean_grouped {sctransform} | R Documentation |
Geometric mean per row grouped by a factor
row_gmean_grouped(x, group, eps = 1)
x |
matrix of class |
group |
factor to group the columns by (will be converted using |
eps |
small value to add to x to avoid log(0); default is 1 |
matrix of geometric means