A SingleCellExperiment object containing the results of running selectFeatures and celda_C on celdaCSim.
sceCeldaCA 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.
#> --------------------------------------------------
#> Wed Feb 12 19:24:07 2025 .. Initializing 'z' in chain 1 with 'split'
#> Wed Feb 12 19:24:07 2025 .... Completed iteration: 1 | logLik: -1282027.27277705
#> Wed Feb 12 19:24:07 2025 .... Completed iteration: 2 | logLik: -1282027.27277705
#> Wed Feb 12 19:24:07 2025 .. Finished chain 1
#> --------------------------------------------------
#> Completed Celda_C. Total time: 0.05942702 secs
#> --------------------------------------------------