Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Visualize Cell Tracks that originated at an Image Stack of interest
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
)
|
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 |
None
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks
1 2 | x <- get(data(TrackCellsDataset))
visualizeCellTracks(tc_obj = x, stack = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.