estimateLumiCV {lumi} | R Documentation |
estimateLumiCV(x.lumi, ifPlot = FALSE, ...)
x.lumi |
a LumiBatch object |
ifPlot |
determince whether to plot the density plot or not |
... |
optional arguments to plot . |
The coefficient of variance is the ratio of the mean and variance of the bead expression values.
Basically, it is the ration of exprs
and se.exprs
element of LumiBatch
object.
A matrix of coefficient of variance
Pan Du
## load example data data(example.lumi) ## estimate the coefficient of variance and plot the density plot of it cv <- estimateLumiCV(example.lumi, ifPlot = TRUE)