Seurat (version 5.0.3)

ExpMean: Calculate the mean of logged values

Description

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

Usage

ExpMean(x, ...)

Value

Returns the mean in log-space

Arguments

x

A vector of values

...

Other arguments (not used)

Examples

Run this code
ExpMean(x = c(1, 2, 3))

Run the code above in your browser using DataLab