cellcoloc.ColocalizationConfigο
- class cellcoloc.ColocalizationConfig(min_cell_voxels=200, overlap_fraction_threshold=0.02, min_overlap_voxels=20, evaluate_optional_region_cell_positivity=False)[source]ο
Thresholds controlling how cell-to-marker overlap is interpreted.
- min_cell_voxelsο
Minimum size required for cell labels after segmentation cleanup.
- overlap_fraction_thresholdο
Minimum fraction of the cell mask that must overlap a marker object for the cell to be counted as positive.
- min_overlap_voxelsο
Minimum absolute overlap size required for positivity.
- evaluate_optional_region_cell_positivityο
When
Trueand an optional third channel has been segmented, the pipeline additionally evaluates which cells overlap that third-channel segmentation. This yields separate optional-region positivity columns as well as a combined marker-and-optional-region double-positive flag.
- __init__(min_cell_voxels=200, overlap_fraction_threshold=0.02, min_overlap_voxels=20, evaluate_optional_region_cell_positivity=False)ο
Methods
__init__([min_cell_voxels,Β ...])Attributes