harpy.datasets.macsima_colorectal_carcinoma_course

harpy.datasets.macsima_colorectal_carcinoma_course#

harpy.datasets.macsima_colorectal_carcinoma_course(checkpoint, output=None, path=None)#

Colorectal carcinoma MACSima course dataset.

Parameters:
  • checkpoint (Literal['checkpoint_1', 'checkpoint_2']) – Course checkpoint to load. "checkpoint_1" loads the first checkpoint and "checkpoint_2" loads the second checkpoint.

  • output (str | Path | None (default: None)) – The path where the resulting SpatialData object will be backed. If None, it will not be backed to a Zarr store.

  • path (str | Path | None (default: None)) – If None, the example data will be downloaded into the default cache directory for your OS. Provide a custom path to change this behavior.

Return type:

SpatialData

Returns:

: A SpatialData object.