Description Usage Arguments Value Examples
Return or set the cell cluster labels determined by celda_C or celda_CG models.
1 2 3 4 5 6 7 8 9 10 11 12 | celdaClusters(x, ...)
## S4 method for signature 'SingleCellExperiment'
celdaClusters(x, altExpName = "featureSubset")
## S4 method for signature 'celdaModel'
celdaClusters(x)
celdaClusters(x, altExpName = "featureSubset") <- value
## S4 replacement method for signature 'SingleCellExperiment'
celdaClusters(x, altExpName = "featureSubset") <- value
|
x |
Can be one of
|
... |
Ignored. Placeholder to prevent check warning. |
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
value |
Character vector of cell cluster labels for replacements. Works
only if |
One of
Character vector if x
is a
SingleCellExperiment object.
Contains cell cluster labels for each cell in x.
List if x
is a celda model object. Contains cell cluster
labels (for celda_C and celdaCG
Models) and/or feature module labels (for celda_G and celdaCG Models).
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.