File: row_gmean.Rd

package info (click to toggle)
r-cran-sctransform 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: cpp: 323; sh: 13; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{row_gmean}
\alias{row_gmean}
\title{Geometric mean per row}
\usage{
row_gmean(x, eps = 1)
}
\arguments{
\item{x}{matrix of class \code{matrix} or \code{dgCMatrix}}

\item{eps}{small value to add to x to avoid log(0); default is 1}
}
\value{
geometric means
}
\description{
Geometric mean per row
}