getForMigtable {cellmigRation}R Documentation

Getting the Forward Migration

Description

The ForwardMigration function automatically generates data and plots for forward persistence and speed.

Usage

getForMigtable(object)

Arguments

object

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

Value

A data frame inclusing values of the forward migration analysis.

Author(s)

Salim Ghannoum salim.ghannoum@medisin.uio.no

References

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

Examples

data(WSADataset)
wsaDF <- WSADataset[seq(1,300,by=1),]
wsaTD <- CellMig(wsaDF)
wsaTD <- wsaPreProcessing(wsaTD,FrameN=55)
wsaTD <-ForwardMigration(wsaTD, TimeInterval=10, sfptPLOT=FALSE,
                         afptPLOT= FALSE, sfpPLOT= FALSE,
                         afpPLOT= FALSE, export=FALSE)
head(getForMigtable(wsaTD))


[Package cellmigRation version 1.1.0 Index]