ComputeTracksStats {cellmigRation}R Documentation

Compute Tracks Stats

Description

Wrapper for the MigrationStats() function. It computes statistics for a trackedCells object where cells have already been tracked.

Usage

ComputeTracksStats(tc_obj, time_between_frames, resolution_pixel_per_micron)

Arguments

tc_obj

a trackedCells object

time_between_frames

integer, time interval between two successive frames were taken

resolution_pixel_per_micron

integer, image resolution, i.e. number of pixels per micron

Value

a trackedCells object, including cell track statistics

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks

Examples

x <- get(data(TrackCellsDataset))
x <- ComputeTracksStats(x, time_between_frames = 10,
                        resolution_pixel_per_micron = 20)
getCellsStats(x)



[Package cellmigRation version 1.1.0 Index]