VisualizeStackCentroids {cellmigRation} | R Documentation |
Visualize objects that were identified as cells in a given image stack
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
# Representative output x <- get(data(TrackCellsDataset)) VisualizeStackCentroids(tc_obj = x, stack = 2, pnt.cex = 5, offset = 1.3)