A SingleCellExperiment object containing the results of running selectFeatures and celda_C on celdaCSim.
sceCeldaC
A SingleCellExperiment object
data(celdaCSim)
sceCeldaC <- selectFeatures(celdaCSim$counts)
sceCeldaC <- celda_C(sceCeldaC,
K = celdaCSim$K,
sampleLabel = celdaCSim$sampleLabel,
nchains = 1)
#> --------------------------------------------------
#> Starting Celda_C: Clustering cells.
#> --------------------------------------------------
#> Mon Nov 6 08:01:24 2023 .. Initializing 'z' in chain 1 with 'split'
#> Mon Nov 6 08:01:24 2023 .... Completed iteration: 1 | logLik: -1282027.27277705
#> Mon Nov 6 08:01:24 2023 .... Completed iteration: 2 | logLik: -1282027.27277705
#> Mon Nov 6 08:01:24 2023 .. Finished chain 1
#> --------------------------------------------------
#> Completed Celda_C. Total time: 0.0529201 secs
#> --------------------------------------------------