celdaModules | R Documentation |
Return or set the feature module cluster labels determined by celda_G or celda_CG models.
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.
data(sceCeldaCG)
celdaModules(sceCeldaCG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.