sampleLabel | R Documentation |
Return or set the sample labels for the cells in sce
.
sampleLabel(x, altExpName = "featureSubset")
## S4 method for signature 'SingleCellExperiment'
sampleLabel(x, altExpName = "featureSubset")
sampleLabel(x, altExpName = "featureSubset") <- value
## S4 replacement method for signature 'SingleCellExperiment'
sampleLabel(x, altExpName = "featureSubset") <- value
## S4 method for signature 'celdaModel'
sampleLabel(x)
x |
Can be one of
|
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
value |
Character vector of sample labels for replacements. Works
only is |
Character vector. Contains the sample labels provided at model creation, or those automatically generated by celda.
data(sceCeldaCG)
sampleLabel(sceCeldaCG)
data(celdaCGMod)
sampleLabel(celdaCGMod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.