trajSampleNames: GET trajectory sample names

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieve names of samples that were aligned onto the trajectory from a SingleCellExperiment object.

Usage

1

Arguments

object

An object of class SingleCellExperiment

Details

A trajectory graph can be initially a forest. Trajectory fitting is performed on one component. This function returns the names of the samples which are member of the selected component.

Value

An object of class character

Author(s)

Daniel C. Ellwanger

Examples

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

# Get trajectory samples
trajSampleNames(exSCE)[seq_len(5)]

elldc/CellTrails documentation built on May 16, 2020, 4:40 a.m.