sparrow.datasets.visium_hd_example

sparrow.datasets.visium_hd_example#

sparrow.datasets.visium_hd_example(bin_size=16, output=None)#

Example transcriptomics dataset

Parameters:
  • bin_size (int | list[int] (default: 16)) – When specified, load the data of a specific bin size, or a list of bin sizes. By default, it loads all the available bin sizes.

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

Return type:

SpatialData

Returns:

: A SpatialData object.