| sceCeldaCG {celda} | R Documentation |
A SingleCellExperiment object containing the results of running selectFeatures and celda_CG on celdaCGSim.
sceCeldaCG
A SingleCellExperiment object
data(celdaCGSim)
sceCeldaCG <- selectFeatures(celdaCGSim$counts)
sceCeldaCG <- celda_CG(sceCeldaCG,
K = celdaCGSim$K,
L = celdaCGSim$L,
sampleLabel = celdaCGSim$sampleLabel,
nchains = 1)