organoid_tracker.linking_analysis.cell_division_counter module

For calculating how many times a cell has divided.

organoid_tracker.linking_analysis.cell_division_counter.find_times_divided(links: Links, position: Position, first_time_point_number: int) int | None

Calculates the number of times this position has divided in the past (since the first time point number). Returns None if we don’t have the full lineage until that time point.