trajFeatureNames<- {CellTrails} | R Documentation |
Function to set trajectory features by name
trajFeatureNames(object) <- value
object |
An object of class |
value |
A character vector |
An updated object of class SingleCellExperiment
Daniel C. Ellwanger
# Example data data(exSCE) # Set trajectory features trajFeatureNames(exSCE) <- rownames(exSCE)[seq_len(5)]