Description Usage Arguments Value Examples
Retrieves the complete log-likelihood from all iterations of Gibbs sampling used to generate a celda model.
1 2 3 4 5 6 7 | logLikelihoodHistory(x, ...)
## S4 method for signature 'SingleCellExperiment'
logLikelihoodHistory(x, altExpName = "featureSubset")
## S4 method for signature 'celdaModel'
logLikelihoodHistory(x)
|
x |
A SingleCellExperiment object returned by celda_C, celda_G, or celda_CG, or a celda model object. |
... |
Ignored. Placeholder to prevent check warning. |
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
Numeric. The log-likelihood at each step of Gibbs sampling used to generate the model.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.