harpy.datasets.xenium_human_ovarian_cancer#
- harpy.datasets.xenium_human_ovarian_cancer(subset=True, processed=False, output=None, path=None)#
Example transcriptomics dataset
Data downloaded from 10x Genomics (accessed 25/11/2025): https://www.10xgenomics.com/datasets/xenium-prime-ffpe-human-ovarian-cancer
The downloaded data (~ 80GB), combined with the generated
SpatialDataobject (~ 20GB), requires approximately 100 GB of disk storage.- Parameters:
subset (
bool(default:True)) – Whether to load a pre-defined subset of the dataset (~1 GB). Set toFalseto load the full dataset (~100 GB).processed (
bool(default:False)) – Only used whensubset=True. IfTrue, load the processed subset (analysed experiment); ifFalse, load the raw subset. This argument is ignored whensubset=False.output (
str|Path|None(default:None)) – The path where the resultingSpatialDataobject will be backed. IfNone, it will not be backed to a Zarr store. We recommend specifyingoutput.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.