resList {celda} | R Documentation |
SCE
or celdaList
objectReturns all celda models generated during a celdaGridSearch run.
resList(x, ...) ## S4 method for signature 'SingleCellExperiment' resList(x, altExpName = "featureSubset") ## S4 method for signature 'celdaList' resList(x)
x |
An object of class SingleCellExperiment or
|
... |
Ignored. Placeholder to prevent check warning. |
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)