setCellsMeta {cellmigRation} | R Documentation |
Write/Replace MetaData of a trackedCells object
setCellsMeta(tc_obj, experiment = NULL, condition = NULL, replicate = NULL)
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
x0 <- get(data(TrackCellsDataset)) x0 <- setCellsMeta(x0, experiment = "my_exp_01", condition = "DMSO") getCellsMeta(x0)