Description Usage Arguments Value Examples
Return or set the sample labels for the cells in sce
.
1 2 3 4 5 6 7 8 9 10 11 12 | sampleLabel(x, ...)
## 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
|
... |
Ignored. Placeholder to prevent check warning. |
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.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.