getLMCs,MeDeComSet-method | R Documentation |
Return a matrix of LMCs
## S4 method for signature 'MeDeComSet'
getLMCs(
object,
K = object@parameters$Ks[1],
lambda = object@parameters$lambdas[1],
cg_subset = 1,
statistic = "cve"
)
object |
object returned by runMeDeCom |
K |
number of LMCs |
lambda |
regularlization parameter |
cg_subset |
used CpG subset, defaults to the full data set |
statistic |
statistic to be used in returning |
data(example.data)
getLMCs(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.