Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
The ForwardMigration function automatically generates data and plots for forward persistence and speed.
1 | getForMigtable(object)
|
object |
|
A data frame inclusing values of the forward migration analysis.
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
1 2 3 4 5 6 7 8 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.