setCellsMeta: Set MetaData

Description Usage Arguments Value Author(s) References Examples

View source: R/all_functions_v8.R

Description

Write/Replace MetaData of a trackedCells object

Usage

1
setCellsMeta(tc_obj, experiment = NULL, condition = NULL, replicate = NULL)

Arguments

tc_obj

a trackedCells object

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

Value

a list including three items: experiment name, condition label, and replicate ID.

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks

Examples

1
2
3
x0 <- get(data(TrackCellsDataset))
x0 <- setCellsMeta(x0, experiment = "my_exp_01", condition = "DMSO")
getCellsMeta(x0)

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.