harpy.datasets.macsima_colorectal_carcinoma#
- harpy.datasets.macsima_colorectal_carcinoma(subset=True, path=None, **kwargs)#
Load the Colorectal Carcinoma MACSima dataset as a
spatialdata.SpatialDataobject.This function provides access to a highly multiplexed MACSima imaging dataset of colorectal carcinoma tissue. By default, a standardized subset of the data is returned for convenience and faster loading (5-plex), but the full dataset (63-plex) can be loaded if desired (requires ~50 GB of storage).
- Parameters:
subset (
bool(default:True)) – Whether to load a pre-defined subset of the dataset (5-plex). Set toFalseto load the full dataset (63-plex, ~50 GB).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.**kwargs – Additional keyword arguments passed to
harpy.io.macsima().
- Return type:
- Returns:
: A
spatialdata.SpatialDataobject containing the MACSima colorectal carcinoma imaging data.
See also
harpy.io.macsimaReader for MACSima data.