logmean: Log mean

Description Usage Arguments Value Examples

View source: R/Fluidigm-methods.R

Description

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

Usage

1

Arguments

x

numeric

Value

numeric

Examples

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

MAST documentation built on Nov. 8, 2020, 8:19 p.m.