setTrackedPositions {cellmigRation}R Documentation

Method setTrackedPositions

Description

Set positions of a trackedCells object.

Usage

setTrackedPositions(x, positions)

## S4 method for signature 'trackedCells,data.frame'
setTrackedPositions(x, positions)

Arguments

x

a trackedCells-class object

positions

a data.frame including all positions

Value

a trackedCells object

Examples

data("TrackCellsDataset")
setTrackedPositions(TrackCellsDataset, data.frame())


[Package cellmigRation version 1.0.0 Index]