merquaco.figures.plot_masks

merquaco.figures.plot_masks(dapi_mask_input: ndarray | str | Path, dapi_mask_ax: Axes, transcripts_mask_input: ndarray | str | Path, transcripts_mask_ax: Axes, detachment_mask_input: ndarray | str | Path, detachment_mask_ax: Axes, damage_mask_input: ndarray | str | Path = None, damage_mask_ax: Axes = None, ventricle_mask_input: ndarray | str | Path = None, ventricle_mask_ax: Axes = None, out_file: str | Path = '', dpi: int = 200)