delta.utilities.Lineage

class delta.utilities.Lineage

Class for cell lineages contained in each ROI

__init__()

Initialize object.

Returns
None.

Attributes

cells

List of single-cell dictionaries Each dictionary will contain single-cell lineage and extracted feature properties

cellnumbers

List of cells present in FOV at each timepoint

Methods

__init__()

Initialize object.

createcell(frame[, new_pole, old_pole, mother])

Create cell to append to lineage list

getvalue(cell, frame, feature)

Get feature value for specific timepoint/frame

setvalue(cell, frame, feature, value)

Set feature value for specific cell and frame/timepoint

update(cell, frame[, attrib, poles])

Attribute cell from previous frame to cell(s) in new frame.

updatecell(cell, frame[, daughter, ...])

Update cell lineage values