merquaco.data_loss.DropoutResult.draw_genes_dropped_per_fov
- DropoutResult.draw_genes_dropped_per_fov(ax: Axes = None, out_path: str | Path = '')
Draws heatmap of number of genes dropped per FOV
- Parameters:
ax (matplotlib.axes.Axes, optional) – Axis object on which to plot. Default is None.
out_path ((str, Path), optional) – Path at which to save plot. Default is ‘’.
- Returns:
ax – Modified axis object with plot.
- Return type:
matplotlib.axes.Axes