Seurat (version 2.3.4)

ExpVar: Calculate the variance of logged values

Description

Calculate variance of logged values in non-log space (return answer in log-space)

Usage

ExpVar(x)

Arguments

x

A vector of values

Value

Returns the variance in log-space

Examples

Run this code
# NOT RUN {
ExpVar(x = c(1, 2, 3))

# }

Run the code above in your browser using DataCamp Workspace