runParams | R Documentation |
SingleCellExperiment
or celdaList
objectReturns details on the clustering parameters and model priors from the celdaList object when it was created.
runParams(x, altExpName = "featureSubset")
## S4 method for signature 'SingleCellExperiment'
runParams(x, altExpName = "featureSubset")
## S4 method for signature 'celdaList'
runParams(x)
x |
An object of class SingleCellExperiment or class
|
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
Data Frame. Contains details on the various K/L parameters, chain parameters, seed, and final log-likelihoods derived for each model in the provided celdaList.
data(sceCeldaCGGridSearch)
runParams(sceCeldaCGGridSearch)
data(celdaCGGridSearchRes)
runParams(celdaCGGridSearchRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.