FinRes {cellmigRation}R Documentation

Final Results

Description

The FinRes function automatically generates a data frame that contains all the results.

Usage

FinRes(object, ParCor = TRUE, export = FALSE, ExpName = NULL)

Arguments

object

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

ParCor

A logical vector that allows generating a correlation table. Default is TRUE.

export

if 'TRUE' (default), exports function output to CSV file

ExpName

string, name of the experiment. Can be NULL

Value

A data frame that contains all the results.

Author(s)

Salim Ghannoum salim.ghannoum@medisin.uio.no

References

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

Examples

data(WSADataset)
wasDF <- WSADataset[seq(1,300,by=1), ]
wsaTD <- CellMig(wasDF)
wsaTD <- wsaPreProcessing(wsaTD,FrameN=55)
wsaTD <-FMI(wsaTD,TimeInterval=10)
wsaTD <-ForwardMigration(wsaTD,TimeInterval=10,)
wsaTD <-FinRes(wsaTD,ParCor=FALSE, export=FALSE)


[Package cellmigRation version 1.0.0 Index]