LoadTiff: Import Image from TIFF

Description Usage Arguments Value Note Author(s) References Examples

View source: R/all_functions_v8.R

Description

Import a .tif stack containing fluorescently labeled point particles to be tracked

Usage

1
LoadTiff(tiff_file, experiment = NULL, condition = NULL, replicate = NULL)

Arguments

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)

Value

a trackedCells object

Note

'experiment', 'condition' and 'replicate' are optional arguments and can be NULL.

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

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")

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.