Description Usage Arguments Value Note Author(s) References Examples
View source: R/all_functions_v8.R
Import a .tif stack containing fluorescently labeled point particles to be tracked
1 |
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
1 2 3 | # 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.