Description Usage Arguments Value Author(s) References Examples
View source: R/all_internal_v3.R
This function is a part of the ForwardMigration function, which generates data and plots for forward persistence and speed.
1 2 3 4 5 6 7 8 9 10 11 12 13  | fixFM6(
  Object,
  FMResultsTable,
  Step,
  sfptPLOT,
  afptPLOT,
  export,
  color,
  TimeInterval,
  sfpPLOT,
  ExpName,
  new.fld
)
 | 
FMResultsTable | 
 A data frame resulted from the fixFM6().  | 
Step | 
 A numeric value of the number of trajectory steps.  | 
sfptPLOT | 
 A logical vector that allows generating individual plots of persistence time vs speed per cell. Default is TRUE.  | 
afptPLOT | 
 A logical vector that allows generating a plot of persistence time vs speed for all cells. Default is TRUE.  | 
export | 
 if 'TRUE' (default), exports function output to CSV file  | 
color | 
 A vector of colors that will be used for the plots  | 
TimeInterval | 
 A numeric value of the time elapsed between successive frames in the time-lapse stack.  | 
sfpPLOT | 
 A logical vector that allows generating individual plots of angular persistence vs speed per cell. Default is TRUE.  | 
ExpName | 
 String, name of the experiment  | 
new.fld | 
 path to the folder where to save files  | 
object | 
 
  | 
A data frame named "FMResultsTable".
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
1  | cellmigRation:::fixFM6(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.