Description Usage Arguments Details Value Author(s) References Examples
View source: R/all_functions_v8.R
Directionality Ratio is the displacement divided by the total length of the total path distance, where displacement is the straight line length between the start point and the endpoint of the migration trajectory,
1 |
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 |
Directionality Ratio and Directional persistence
An CellMig class object with a data frame stored in the DRtable slot. It contains nine rows: "Cell Number", "Directionality Ratio","Mean Cumulative Directionality Ratio", "Stable Directionality Ratio", "Number of returns","Min CumDR", "Location of Min CumDR, Steps with less CumDR than DR", "Directional Persistence"
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
1 2 | rmTD <- get(data(preProcCellMig))
rmTD <- DiRatio(rmTD, export=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.