createLUTGroup: Fix the track ids for a single group (="movie")

View source: R/CPTraceR.R

createLUTGroupR Documentation

Fix the track ids for a single group (="movie")

Description

Fix the track ids for a single group (="movie")

Usage

createLUTGroup(data, frame_var, obj_var, par_obj_var)

Arguments

data

The data frame with data for a single group

frame_var

The variable which identifies separate frames in the group. Most commonly 'groupId'.

obj_var

The variable with the object number, for example, 'Nuclei_Number_Object_Number'

par_obj_var

The variable indicating the parent object number in the previous time frame, for example 'Nuclei_TrackObjects_ParentObjectNumber_30'

Examples

## Not run: 
createLUTGroup(data,
               frame_var = groupInd,
               obj_var = Nuclei_Number_Object_Number,
               par_obj_var = Nuclei_TrackObjects_ParentObjectNumber_30)

## End(Not run)


burgerga/CPTrackR documentation built on Jan. 29, 2024, 1:24 p.m.