itasc.contact_analysis.contacts.reader

Functions

Classes

PositionContactAnalysis(cells, edges, ...)

class itasc.contact_analysis.contacts.reader.PositionContactAnalysis(cells, edges, t1_events, cell_tracked_labels_path, nucleus_tracked_labels_path, _edge_coord_y, _edge_coord_x)[source]

Bases: object

Parameters:
cells: dict[str, ndarray]
edges: dict[str, ndarray]
t1_events: dict[str, ndarray]
cell_tracked_labels_path: str
nucleus_tracked_labels_path: str
property coord_y: ndarray
property coord_x: ndarray
itasc.contact_analysis.contacts.reader.read_position_contacts(path)[source]
Return type:

PositionContactAnalysis

Parameters:

path (str | Path)