getCellsMeta {cellmigRation} | R Documentation |
Extract MetaData from a trackedCells object
getCellsMeta(tc_obj)
tc_obj |
a trackedCells object |
a list including four items: tiff filename, 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)) getCellsMeta(x0)