Returns all celda models generated during a celdaGridSearch run.

resList(x, altExpName = "featureSubset")

# S4 method for class 'SingleCellExperiment'
resList(x, altExpName = "featureSubset")

# S4 method for class 'celdaList'
resList(x)

Arguments

x

An object of class SingleCellExperiment or celdaList.

altExpName

The name for the altExp slot to use. Default "featureSubset".

Value

List. Contains one celdaModel object for each of the parameters specified in runParams(x).

Examples

data(sceCeldaCGGridSearch)
celdaCGGridModels <- resList(sceCeldaCGGridSearch)
data(celdaCGGridSearchRes)
celdaCGGridModels <- resList(celdaCGGridSearchRes)