Learn R Programming

celltrackR (version 1.1.0)

timePoints: 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)

Value

A numeric vector of unique timepoints.

Arguments

X

a tracks object.

Examples

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

Run the code above in your browser using DataLab