ValidateTrackingArgs {cellmigRation} | R Documentation |
Tool for Validate Tracking Arguments
ValidateTrackingArgs( import_optiParam_from = NULL, lnoise = NULL, diameter = NULL, threshold = NULL, maxDisp = NULL, memory_b = 0, goodenough = 0, show_plots = FALSE, verbose = FALSE )
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 |
This is an internal function supporting the CellTracker function.
list of processed data
cellmigRation:::ValidateTrackingArgs()