celdaModel(sce, altExpName = "featureSubset")
# S4 method for class 'SingleCellExperiment'
celdaModel(sce, altExpName = "featureSubset")A SingleCellExperiment object returned by celda_C, celda_G, or celda_CG.
The name for the altExp slot to use. Default "featureSubset".
Character. The celda model. Can be one of "celda_C", "celda_G", or "celda_CG".
data(sceCeldaCG)
celdaModel(sceCeldaCG)
#> [1] "celda_CG"