trails {CellTrails}R Documentation

GET trails

Description

Function to extract trail pseudotimes from a SingleCellExperiment object.

Usage

trails(object)

Arguments

object

An object of class SingleCellExperiment

Value

A DataFrame with numeric columns

Author(s)

Daniel C. Ellwanger

See Also

addTrail

Examples

# Example data
data(exSCE)

trails(exSCE)

[Package CellTrails version 1.4.0 Index]