Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Write/Replace MetaData of a trackedCells object
1 |
tc_obj |
a |
experiment |
string, a label to describe the experiment (optional). Can be NULL |
condition |
string, a label to describe the experimental condition (optional). Can be NULL |
replicate |
string, a label to identify the replicate (optional). Can be NULL |
a list including three items: experiment name, condition label, and replicate ID.
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks
1 2 3 | x0 <- get(data(TrackCellsDataset))
x0 <- setCellsMeta(x0, experiment = "my_exp_01", condition = "DMSO")
getCellsMeta(x0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.