LoadTiff {cellmigRation} | R Documentation |
Import a .tif stack containing fluorescently labeled point particles to be tracked
LoadTiff(tiff_file, experiment = NULL, condition = NULL, replicate = NULL)
tiff_file |
path to a TIFF file to be read in |
experiment |
string, a label to describe the experiment (optional) |
condition |
string, a label to describe the experimental condition |
replicate |
string, a label to identify the replicate (optional) |
a trackedCells object
'experiment', 'condition' and 'replicate' are optional arguments and can be NULL.
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks
# Let `path/to/tiff_file.tiff` be the path to tiff file we want to # import. If an error is thrown, NULL is returned. x <- LoadTiff(tiff_file = "path/to/tiff_file.tiff")