getTracks: Get Track Data

Description Usage Arguments Value Author(s) References Examples

View source: R/all_functions_v8.R

Description

Extract Track Data from a trackedCells object

Usage

1
getTracks(tc_obj, attach_meta = FALSE)

Arguments

tc_obj

a trackedCells object

attach_meta

logical, shall metaData be attached to tracks

Value

a data.frame including cell tracks data

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
x <- get(data(TrackCellsDataset))
getTracks(x)[seq(1,10,by=1),]

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