setCellTracks {cellmigRation}R Documentation

Method setCellTracks

Description

Set Tracks of a trackedCells object.

Usage

setCellTracks(x, tracks)

## S4 method for signature 'trackedCells,matrix'
setCellTracks(x, tracks)

Arguments

x

a trackedCells-class object

tracks

a matrix including all cell tracks

Value

a trackedCells object

Examples

data("TrackCellsDataset")
setCellTracks(TrackCellsDataset, matrix())


[Package cellmigRation version 1.1.0 Index]