setTrackedCellsMeta {cellmigRation}R Documentation

Method setTrackedCellsMeta

Description

Set Metadata of a trackedCells object.

Usage

setTrackedCellsMeta(x, meta)

## S4 method for signature 'trackedCells,list'
setTrackedCellsMeta(x, meta)

Arguments

x

a trackedCells-class object

meta

a list including all metadata

Value

a trackedCells object

Examples

data("TrackCellsDataset")
meta <- getCellTrackMeta(TrackCellsDataset)
meta[["condition"]] <- "DEMO N.2"
setTrackedCellsMeta(TrackCellsDataset, meta = meta)


[Package cellmigRation version 1.2.0 Index]