| setTrackedCellsMeta {cellmigRation} | R Documentation |
Set Metadata of a trackedCells object.
setTrackedCellsMeta(x, meta) ## S4 method for signature 'trackedCells,list' setTrackedCellsMeta(x, meta)
x |
a |
meta |
a list including all metadata |
a trackedCells object
data("TrackCellsDataset")
meta <- getCellTrackMeta(TrackCellsDataset)
meta[["condition"]] <- "DEMO N.2"
setTrackedCellsMeta(TrackCellsDataset, meta = meta)