View source: R/setParentOfCells.R
setParentOfCells | R Documentation |
given a list of cell, set the parent of offsprings of the cells depend on their number of frames and their position. 1. distance of same cell must have overlaps 2. same cell must be the nearest one 3. same cell in same frame can have multiple colors, and the other informations should be merge 4. is the same cell not appear in continus frames, then stop search. 5. one parent can have as much as two offsprings
setParentOfCells(cells, maxFrameDist = 10, overlapPercentage = 0.1)
cells |
the cell list. |
maxFrameDist |
max difference of frames for same cell |
overlapPercentage |
minimal percentage of overlapping for same cell or parent and child |
a list of cell objects.
Jianhong Ou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.