trajFeatureNames<- {CellTrails}R Documentation

SET trajectory features by name

Description

Function to set trajectory features by name

Usage

trajFeatureNames(object) <- value

Arguments

object

An object of class SingleCellExperiment

value

A character vector

Value

An updated object of class SingleCellExperiment

Author(s)

Daniel C. Ellwanger

Examples

# Example data
data(exSCE)

# Set trajectory features
trajFeatureNames(exSCE) <- rownames(exSCE)[seq_len(5)]

[Package CellTrails version 1.11.0 Index]