resList | R Documentation |
SCE
or celdaList
objectReturns all celda models generated during a celdaGridSearch run.
resList(x, altExpName = "featureSubset")
## S4 method for signature 'SingleCellExperiment'
resList(x, altExpName = "featureSubset")
## S4 method for signature 'celdaList'
resList(x)
x |
An object of class SingleCellExperiment or
|
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
List. Contains one celdaModel object for each of the parameters
specified in runParams(x)
.
data(sceCeldaCGGridSearch)
celdaCGGridModels <- resList(sceCeldaCGGridSearch)
data(celdaCGGridSearchRes)
celdaCGGridModels <- resList(celdaCGGridSearchRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.