delta.utilities.Lineage.getvalue

Lineage.getvalue(cell: int, frame: int, feature: str) Union[int, float, str]

Get feature value for specific timepoint/frame

Parameters
cellint

Cell number in lineage.

frameint

Frame / timepoint number.

featurestr

Feature to get value for.

Returns
int, float, str

Value for feature at frame.

Raises
ValueError

Raised if the cell has not been detected in the frame.