A SingleCellExperiment object containing the results of running selectFeatures and celdaGridSearch on celdaCGSim.

sceCeldaCGGridSearch

Format

A SingleCellExperiment object

Examples

data(celdaCGSim) sce <- selectFeatures(celdaCGSim$counts) sceCeldaCGGridSearch <- celdaGridSearch(sce, model = "celda_CG", paramsTest = list(K = seq(4, 6), L = seq(9, 11)), paramsFixed = list(sampleLabel = celdaCGSim$sampleLabel), bestOnly = TRUE, nchains = 1, cores = 1, verbose = FALSE)