FMI {cellmigRation} | R Documentation |
The FMI function automatically generates data for the forward migration index
FMI(object, TimeInterval = 10, export = FALSE, ExpName = NULL)
object |
|
TimeInterval |
A numeric value of the time elapsed between successive frames in the time-lapse stack. |
export |
if 'TRUE' (default), exports function output to CSV file |
ExpName |
string, name of the experiment. Can be NULL |
An CellMig class Object with a data frame. The data frame is stored in the FMItable slot.
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
data(WSADataset) wasDF=WSADataset[seq(1,300,by=1),] wsaTD <- CellMig(wasDF) wsaTD <- wsaPreProcessing(wsaTD,FrameN=55) wsaTD <-FMI(wsaTD,TimeInterval=10, export=FALSE)