makeMovie: Makes movie out of single cell time stacks

Description Usage Arguments Value Examples

View source: R/makeMovie.R

Description

This function loads ImageJ roi zip files. It returns a list object with corrected cell IDs if needed.

Usage

1
makeMovie(timesSeries)

Arguments

folder

.zip folder containg .roi objects

full.names

a logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file names (rather than paths) are returned.Defaul TRUE.

Value

a list object of rois with corrected IDs adjusted to previous time stack, if needed.

Examples

1
2
folder<-'E:/BudFinder/STARDIST/cell_outline_train/Cells_2D/results/results'
yeastMovie<-trackCell(folder)

maekiniemi/yeastTracker documentation built on June 9, 2020, 1:40 p.m.