Description Usage Arguments Value Examples
Set Metadata of a trackedCells
object.
1 2 3 4 | setTrackedCellsMeta(x, meta)
## S4 method for signature 'trackedCells,list'
setTrackedCellsMeta(x, meta)
|
x |
a |
meta |
a list including all metadata |
a trackedCells object
1 2 3 4 | data("TrackCellsDataset")
meta <- getCellTrackMeta(TrackCellsDataset)
meta[["condition"]] <- "DEMO N.2"
setTrackedCellsMeta(TrackCellsDataset, meta = meta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.