https://github.com/satijalab/seurat
Raw File
Tip revision: 4c7d9374f707b98cd48e428ceb276d862f6df21e authored by AustinHartman on 07 November 2022, 21:41:21 UTC
4.2.1
Tip revision: 4c7d937
ExpVar.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utilities.R
\name{ExpVar}
\alias{ExpVar}
\title{Calculate the variance of logged values}
\usage{
ExpVar(x)
}
\arguments{
\item{x}{A vector of values}
}
\value{
Returns the variance in log-space
}
\description{
Calculate variance of logged values in non-log space (return answer in
log-space)
}
\examples{
ExpVar(x = c(1, 2, 3))

}
\concept{utilities}
back to top