cellcoloc.ColocalizationTablesο
- class cellcoloc.ColocalizationTables(detailed, summary, overview, marker_properties=None, third_channel_properties=None, roi_cell_summary=None, roi_marker_summary=None, roi_third_channel_summary=None)[source]ο
Bundle all exported multi-channel colocalization result tables.
- detailedο
Per-overlap table containing one row per cell-marker overlap event.
- summaryο
Main per-cell colocalization table for the cell channel, augmented with cell-channel morphology metrics.
- overviewο
Existing per-ROI colocalization overview table. This is still exposed under the historic attribute name
overviewfor backward compatibility, even though the Excel export sheet is namedroi_coloc_overview.
- marker_propertiesο
Per-object morphology table for the segmented marker channel.
- third_channel_propertiesο
Optional per-object morphology table for the segmented third channel.
- roi_cell_summaryο
Per-ROI means of the cell-channel morphology metrics.
- roi_marker_summaryο
Per-ROI means of the marker-channel morphology metrics.
- roi_third_channel_summaryο
Optional per-ROI means of the third-channel morphology metrics.
- __init__(detailed, summary, overview, marker_properties=None, third_channel_properties=None, roi_cell_summary=None, roi_marker_summary=None, roi_third_channel_summary=None)ο
Methods
__init__(detailed,Β summary,Β overview[,Β ...])Attributes