Description Usage Arguments Value Examples
Set Tracking Statistics of a trackedCells
object.
1 2 3 4 | setTrackingStats(x, population, cells)
## S4 method for signature 'trackedCells'
setTrackingStats(x, population, cells)
|
x |
a |
population |
population-level statistics |
cells |
cell-level statistics |
a trackedCells object
1 2 3 4 | data("TrackCellsDataset")
cel.sts <- getCellsStats(TrackCellsDataset)
pop.sts <- getPopulationStats(TrackCellsDataset)
setTrackingStats(TrackCellsDataset, pop.sts, cel.sts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.