Description Usage Arguments Value Examples
Return or set the feature module cluster labels determined by celda_G or celda_CG models.
1 2 3 4 5 6 7 8 9 | celdaModules(sce, altExpName = "featureSubset")
## S4 method for signature 'SingleCellExperiment'
celdaModules(sce, altExpName = "featureSubset")
celdaModules(sce, altExpName = "featureSubset") <- value
## S4 replacement method for signature 'SingleCellExperiment'
celdaModules(sce, altExpName = "featureSubset") <- value
|
sce |
A SingleCellExperiment object returned by
celda_G, or celda_CG, with the matrix
located in the |
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
value |
Character vector of feature module labels for replacements.
Works only if |
Character vector. Contains feature module labels for each feature in x.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.