Returns all celda models generated during a celdaGridSearch run.
resList(x, altExpName = "featureSubset")
# S4 method for SingleCellExperiment
resList(x, altExpName = "featureSubset")
# S4 method for celdaList
resList(x)
An object of class SingleCellExperiment or
celdaList
.
The name for the altExp slot to use. Default "featureSubset".
List. Contains one celdaModel object for each of the parameters
specified in runParams(x)
.