Learn R Programming

celltrackR (version 1.2.1)

normalizeTracks: Normalize Tracks

Description

Translates each track in a given set of tracks such that the first position is the origin.

Usage

normalizeTracks(x)

Value

an output tracks object with all tracks shifted such that their starting position lies at the origin of the coordinate system.

Arguments

x

the input tracks object.

Examples

Run this code
## normalization of Neutrophil data reveals upward motion
plot( normalizeTracks( Neutrophils ) )

Run the code above in your browser using DataLab