delta.lineage.Cell¶
- class delta.lineage.Cell(motherid, first_frame, _daughterids, _features)[source]¶
Container for a cell across the movie.
Methods
__init__(motherid, first_frame, ...)daughterid(frame)Return the daughter ID at a given frame, or None.
features(frame)Return the cell features of the cell at a given frame.
poles(frame)Return the poles of the cell at a given frame: (old_pole, new_pole).
Attributes
framesReturn the range of frame for which this cell is known.
last_frameReturn the last frame on which this cell appears.
motheridIndex of cell's mother
first_frameNumber of first frame of cell existence