getVACtable: Getting the Velocity AutoCorrelation

Description Usage Arguments Value Author(s) References Examples

View source: R/all_functions_v8.R

Description

The VeAutoCor function automatically compute the changes in both speed and direction across several sequantial time intervals.

Usage

1
getVACtable(object)

Arguments

object

CellMig class object, which is a list of data frames resulted from the PreProcessing.

Value

A data frame, which contains six rows: "Cell Number", "Velocity AutoCorrelation (lag=1)", "2nd normalized Velocity AutoCorrelation", "Intercept of VA quadratic model", "Mean Velocity AutoCorrelation (all lags)", "Mean |Acceleration|" and "Average Speed".

Author(s)

Salim Ghannoum salim.ghannoum@medisin.uio.no

References

https://www.data-pulse.com/dev_site/cellmigration/

Examples

1
2
3
4
5
6
7
data(TrajectoryDataset)
rmDF=TrajectoryDataset[seq(1,300,by=1),]
rmTD <- CellMig(rmDF)
rmTD <- rmPreProcessing(rmTD,FrameN=55)
rmTD <- VeAutoCor(rmTD, TimeInterval=10, sLAG=0.25, sPLOT=FALSE,
                  aPLOT=FALSE, export=FALSE)
head(getVACtable(rmTD))

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