View source: R/Fluidigm-methods.R
logmean | R Documentation |
Takes mean of natural scaled values and then logrithm
Approximately the inverse operation of expavg
Calculates log2(mean(x) + 1)
logmean(x)
x |
|
numeric
x <- 1:10
expavg(logmean(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.