visualizeCellTracks: Visualize Cell Tracks originating at an Image Stack

Description Usage Arguments Value Author(s) References Examples

View source: R/all_functions_v8.R

Description

Visualize Cell Tracks that originated at an Image Stack of interest

Usage

1
2
3
4
5
6
7
8
9
visualizeCellTracks(
  tc_obj,
  stack = 1,
  pnt.cex = 1.2,
  lwd = 1.6,
  col = "red2",
  col.untracked = "gray45",
  main = NULL
)

Arguments

tc_obj

a trackedCells object

stack

index of the stack

pnt.cex

cex of the point drawn around each cell

lwd

width of the lines visualizing cell tracks

col

color of the points and the tracks, e.g.: "red2"

col.untracked

color of the points that were not tracked further, e.g.: "gray45"

main

string used as plot title, can be NULL

Value

None

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks

Examples

1
2

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.