logmean: Log mean

View source: R/Fluidigm-methods.R

logmeanR Documentation

Log mean

Description

Takes mean of natural scaled values and then logrithm Approximately the inverse operation of expavg Calculates log2(mean(x) + 1)

Usage

logmean(x)

Arguments

x

numeric

Value

numeric

Examples

x <- 1:10
expavg(logmean(x))

RGLab/MAST documentation built on Sept. 30, 2023, 1:08 p.m.