getDACtable {cellmigRation} | R Documentation |
The DiAutoCor function automatically compute the angular persistence across several sequantial time intervals.
getDACtable(object)
object |
|
A data frame which contains six rows: "Cell Number", "Angular Persistence", "Intercept of DA quadratic model", "Mean Direction AutoCorrelation (all lags)", "Stable Direction AutoCorrelation through the track" and "Difference between Mean DA and Intercept DA".
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
data(TrajectoryDataset) rmDF=TrajectoryDataset[seq(1,300,by=1),] rmTD <- CellMig(rmDF) rmTD <- rmPreProcessing(rmTD,FrameN=55) rmTD <- DiAutoCor(rmTD, TimeInterval=10, sLAG=0.25, sPLOT=FALSE, aPLOT=FALSE, export=FALSE) head(getDACtable(rmTD))