Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Visualize objects that were identified as cells in a given image stack
1 2 3 4 5 6 7 8 | VisualizeStackCentroids(
tc_obj,
stack = 1,
pnt.cex = 1.2,
txt.cex = 0.9,
offset = 0.18,
main = NULL
)
|
tc_obj |
a |
stack |
index of the image stack to use |
pnt.cex |
cex of the points drawn around cells |
txt.cex |
cex of the text used to annotate cells |
offset |
offset value for the annotation |
main |
string used for the plot title, can be NULL= 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 3 | # Representative output
x <- get(data(TrackCellsDataset))
VisualizeStackCentroids(tc_obj = x, stack = 2, pnt.cex = 5, offset = 1.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.