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

sceCeldaCG

Format

A SingleCellExperiment object

Examples

data(celdaCGSim)
sceCeldaCG <- selectFeatures(celdaCGSim$counts)
sceCeldaCG <- celda_CG(sceCeldaCG,
    K = celdaCGSim$K,
    L = celdaCGSim$L,
    sampleLabel = celdaCGSim$sampleLabel,
    nchains = 1)
#> --------------------------------------------------
#> Starting Celda_CG: Clustering cells and genes.
#> --------------------------------------------------
#> Wed Feb 12 19:24:08 2025 .. Initializing 'z' in chain 1 with 'split' 
#> Wed Feb 12 19:24:08 2025 .. Initializing 'y' in chain 1 with 'split' 
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 1 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 2 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 3 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 4 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 5 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 6 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 7 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 8 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 9 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Determining if any gene clusters should be split.
#> Wed Feb 12 19:24:10 2025 .... No additional splitting was performed.
#> Wed Feb 12 19:24:10 2025 .... Determining if any cell clusters should be split.
#> Wed Feb 12 19:24:10 2025 .... No additional splitting was performed.
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 10 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .... Determining if any cell clusters should be split.
#> Wed Feb 12 19:24:10 2025 .... No additional splitting was performed.
#> Wed Feb 12 19:24:10 2025 .... Completed iteration: 11 | logLik: -1212891.16546068
#> Wed Feb 12 19:24:10 2025 .. Finished chain 1
#> --------------------------------------------------
#> Completed Celda_CG. Total time: 2.554161 secs
#> --------------------------------------------------