getStatistics,MeDeComSet-method | R Documentation |
Methylation sites object information for which is present in the RnBSet
object.
## S4 method for signature 'MeDeComSet'
getStatistics(
object,
Ks = object@parameters$Ks,
lambdas = object@parameters$lambdas,
cg_subset = 1,
statistic = "cve"
)
object |
object returned by runMeDeCom |
Ks |
numbers of LMCs |
lambdas |
regularlization parameters |
cg_subset |
used CpG subset, defaults to the full data set |
statistic |
|
Currently the following values for statistics
can be supplied: objective
, RMSE
, CVE
.
A numeric matrix
or vector
with the requested statistics
data(example.data)
getStatistics(example_MeDeComSet, K=2, lambda=0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.