getPerAndSpeed {cellmigRation}R Documentation

Getting the table of Persistence and Speed.

Description

The PerAndSpeed() generates data and plots for persistence and speed.

Usage

getPerAndSpeed(object)

Arguments

object

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

Value

A data frame of Persistence and Speed.

Author(s)

Salim Ghannoum salim.ghannoum@medisin.uio.no

References

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

Examples

rmTD <- get(data(preProcCellMig))
rmTD <- PerAndSpeed(rmTD,TimeInterval=10, export=FALSE)
head(getPerAndSpeed(rmTD))


[Package cellmigRation version 1.0.0 Index]