trackCell: Imports ImageJ ROIs and control cell ID

Description Usage Arguments Value Examples

View source: R/trackCell.R

Description

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

Usage

1
trackCell(folder, ...)

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<-system.file('data/my.zipfiles', package='yeast')
yeastMovie<-trackCell(folder)

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