ValidateTrackingArgs {cellmigRation}R Documentation

Validate Tracking Arguments

Description

Tool for Validate Tracking Arguments

Usage

ValidateTrackingArgs(
  import_optiParam_from = NULL,
  lnoise = NULL,
  diameter = NULL,
  threshold = NULL,
  maxDisp = NULL,
  memory_b = 0,
  goodenough = 0,
  show_plots = FALSE,
  verbose = FALSE
)

Arguments

import_optiParam_from

a trackedCells object, defaults to NULL

lnoise

numeric, lnoise value

diameter

numeric, lnoise value

threshold

numeric, lnoise value

maxDisp

numeric, lnoise value

memory_b

numeric, should be 0

goodenough

numeric, should be 0

show_plots

logical, shall plots be shown

verbose

logical, shall info be printed to console

Details

This is an internal function supporting the CellTracker function.

Value

list of processed data

Examples

cellmigRation:::ValidateTrackingArgs()




[Package cellmigRation version 1.0.0 Index]