normalizeTracks {celltrackR} | R 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 |
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 ) )
[Package celltrackR version 1.2.0 Index]