setProcessingStatus {cellmigRation}R Documentation

Method setProcessingStatus

Description

Set Operation Status of a trackedCells object.

Usage

setProcessingStatus(x, slot, value)

## S4 method for signature 'trackedCells,character,numeric'
setProcessingStatus(x, slot, value)

Arguments

x

a trackedCells-class object

slot

string pointing to the slot to be updated

value

numeric value to be written

Value

a trackedCells object

Examples

data("TrackCellsDataset")
setProcessingStatus(TrackCellsDataset, slot="optimized_params", value=0)



[Package cellmigRation version 1.1.0 Index]