R/Fluidigm-methods.R
logmean.Rd
Takes mean of natural scaled values and then logrithm Approximately the inverse operation of expavg Calculates log2(mean(x) + 1)
expavg
logmean(x)
numeric
x <- 1:10 expavg(logmean(x)) #> [1] 5.5