timePoints {celltrackR}R Documentation

Find All Unique Time Points in a Track Dataset

Description

Return a vector of all the timepoints t found in any of the matrices in the tracks object.

Usage

timePoints(X)

Arguments

X

a tracks object.

Value

A numeric vector of unique timepoints.

Examples

## Get all timepoints in the T cell dataset
tp <- timePoints( TCells )


[Package celltrackR version 1.2.0 Index]