sceCeldaCGGridSearch | R Documentation |
A SingleCellExperiment object containing the results of running selectFeatures and celdaGridSearch on celdaCGSim.
sceCeldaCGGridSearch
A SingleCellExperiment object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.