getMSDtable {cellmigRation} | R Documentation |
The MSD function automatically computes the mean square displacements across several sequential time intervals. MSD parameters are used to assess the area explored by cells over time.
getMSDtable(object)
object |
|
A data frame of MSD values.
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
data(TrajectoryDataset) rmDF <- TrajectoryDataset[seq(1,600,by=1), ] rmTD <- CellMig(rmDF) rmTD <- rmPreProcessing(rmTD,FrameN=100) rmTD <- MSD(rmTD, sLAG=0.25, ffLAG=0.25, export=FALSE) head(getMSDtable(rmTD))