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


ingewortel/celltrackR documentation built on Aug. 27, 2024, 3:51 a.m.