setTrackedCentroids {cellmigRation}R Documentation

Method setTrackedCentroids

Description

Set Centroids of a trackedCells object.

Usage

setTrackedCentroids(x, centroids)

## S4 method for signature 'trackedCells,list'
setTrackedCentroids(x, centroids)

Arguments

x

a trackedCells-class object

centroids

a list including all metadata

Value

a trackedCells object

Examples

data("TrackCellsDataset")
setTrackedCentroids(TrackCellsDataset, list())


[Package cellmigRation version 1.0.0 Index]