getResults {cellmigRation} | R Documentation |
The FinRes function automatically generates a data frame that contains all the results.
getResults(object)
object |
|
A data frame that contains all the results.
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) wsaTD <-ForwardMigration(wsaTD,TimeInterval=10,) wsaTD <-FinRes(wsaTD,ParCor=FALSE, export=FALSE) head(getResults(wsaTD))