Description Usage Arguments Details Value Author(s) See Also Examples
Estimate the coefficient of variance matrix of LumiBatch object for each measurement or probe.
1 | estimateLumiCV(x.lumi, type = c("measurement", "probe"), ifPlot = FALSE, ...)
|
x.lumi |
a LumiBatch object |
type |
estimate the coefficient of variance of each measurement or each probe |
ifPlot |
determince whether to plot the density plot or not |
... |
optional arguments to |
By default, 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.
If the type is "probe", it is the ratio of the mean and variance of probe expression profile.
A matrix of coefficient of variance
Pan Du
1 2 3 4 5 | ## load example data
data(example.lumi)
## estimate the coefficient of variance and plot the density plot of it
cv <- estimateLumiCV(example.lumi, ifPlot = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.