Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Wrapper for the MigrationStats() function. It computes statistics for a trackedCells object where cells have already been tracked.
1 | ComputeTracksStats(tc_obj, time_between_frames, resolution_pixel_per_micron)
|
tc_obj |
a |
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 |
a trackedCells object, including cell track statistics
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks
1 2 3 4 | x <- get(data(TrackCellsDataset))
x <- ComputeTracksStats(x, time_between_frames = 10,
resolution_pixel_per_micron = 20)
getCellsStats(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.