celdaModel | R Documentation |
Return the celda model for sce
returned by
celda_C, celda_G or celda_CG.
celdaModel(sce, altExpName = "featureSubset")
## S4 method for signature 'SingleCellExperiment'
celdaModel(sce, altExpName = "featureSubset")
sce |
A SingleCellExperiment object returned by celda_C, celda_G, or celda_CG. |
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
Character. The celda model. Can be one of "celda_C", "celda_G", or "celda_CG".
data(sceCeldaCG)
celdaModel(sceCeldaCG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.