Description Usage Arguments Value Examples
Returns all celda models generated during a celdaGridSearch run.
1 2 3 4 5 6 7 |
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)
.
1 2 3 4 | 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.