trailNames-set: SET trail names

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Enables to rename trails stored in a SingleCellExperiment object.

Usage

1
trailNames(object) <- value

Arguments

object

An object of class SingleCellExperiment

value

A character vector with the trail names

Details

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.

Value

An updated object of class SingleCellExperiment

Author(s)

Daniel C. Ellwanger

See Also

addTrail

Examples

1
2
3
4
5
6
# Example data
data(exSCE)

trailNames(exSCE)
trailNames(exSCE) <- c("ABC", "DEF")
trailNames(exSCE)

CellTrails documentation built on Nov. 8, 2020, 5:53 p.m.