Description Usage Format Examples
A SingleCellExperiment object containing the results of running selectFeatures and celda_CG on celdaCGSim.
1 |
A SingleCellExperiment object
1 2 3 4 5 6 7 | data(celdaCGSim)
sceCeldaCG <- selectFeatures(celdaCGSim$counts)
sceCeldaCG <- celda_CG(sceCeldaCG,
K = celdaCGSim$K,
L = celdaCGSim$L,
sampleLabel = celdaCGSim$sampleLabel,
nchains = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.