setTrackingStats {cellmigRation}R Documentation

Method setTrackingStats

Description

Set Tracking Statistics of a trackedCells object.

Usage

setTrackingStats(x, population, cells)

## S4 method for signature 'trackedCells'
setTrackingStats(x, population, cells)

Arguments

x

a trackedCells-class object

population

population-level statistics

cells

cell-level statistics

Value

a trackedCells object

Examples

data("TrackCellsDataset")
cel.sts <- getCellsStats(TrackCellsDataset)
pop.sts <- getPopulationStats(TrackCellsDataset)
setTrackingStats(TrackCellsDataset, pop.sts, cel.sts)


[Package cellmigRation version 1.2.0 Index]