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 resultingSpatialDataobject will be backed. IfNone, it will not be backed to a Zarr store.path (
str|Path|None(default:None)) – IfNone, the example data will be downloaded into the default cache directory for your OS. Provide a custom path to change this behavior.
- Return type:
- Returns:
: A SpatialData object.