normalizeTracks: Normalize Tracks

View source: R/track-set-transformations.R

normalizeTracksR Documentation

Normalize Tracks

Description

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

Usage

normalizeTracks(x)

Arguments

x

the input tracks object.

Value

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

Examples

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


celltrackR documentation built on Sept. 11, 2024, 6:41 p.m.