stlearn.datasets.xenium_sge¶
- stlearn.datasets.xenium_sge(base_url: str = 'https://cf.10xgenomics.com/samples/xenium/1.0.1', library_id: str = 'Xenium_FFPE_Human_Breast_Cancer_Rep1', zip_filename: str = 'outs.zip', image_filename: str = 'he_image.ome.tif', alignment_filename: str = 'he_imagealignment.csv', include_hires_tiff: bool = False)[source]¶
Download and extract Xenium SGE data files. Unlike scanpy this current does not load the data. Data is located in settings.datasetdir / library_id.
- Parameters:
base_url – Base URL for downloads
library_id – Identifier for the library
zip_filename – Name of the zip file to download
image_filename – Name of the image file to download
alignment_filename – Name of the affine transformation file to download
include_hires_tiff – Whether to download the high-res TIFF image