Description Usage Arguments Details Value Author(s) See Also Examples
Enables to rename trails stored in a SingleCellExperiment
object.
1 | trailNames(object) <- value
|
object |
An object of class |
value |
A character vector with the trail names |
Diagnostic messages
An error is thrown if the number of names does not correspond to the number
of trails stored in the object. Further, trail names are required
to be unique.
An updated object of class SingleCellExperiment
Daniel C. Ellwanger
1 2 3 4 5 6 | # Example data
data(exSCE)
trailNames(exSCE)
trailNames(exSCE) <- c("ABC", "DEF")
trailNames(exSCE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.